Execute a natural language query and return the summarized results in natural language.
Bearer authentication header of the form Bearer <api_key>, where <api_key> is your auth API key. Create an api_key
Unique identifier for the Playground datafile to query
Natural language query to execute against the Playground datafile
"How many superheroes are there?"
Streaming response with newline-delimited JSON objects
Stream of JSON objects, one per line, in order: ResponseStart, ResponseData, ResponseLLMResult (or EarlyTermination)