Uses the AutoRAG agent to answer a question about any data that the user can access. Returns results as a Server-Sent Events (SSE) stream with incremental updates.
The stream emits the following event types in order:
plan: The execution plan with a list of steps to be performed.step: One event per step, containing the instruction, query, and result data.answer: The final synthesized answer to the user’s question.error: Emitted if an error occurs during processing (instead of answer).Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>.
SSE stream of AutoRAG execution events.
SSE event containing the execution plan. Event name is "plan".
List of step descriptions that will be executed.