Ask a query to the agent.
Behaviour:
stream=true, the endpoint responds with Server-Sent Events (SSE) and streams tokens/events
until completion (content-type: text/event-stream).background=true, the endpoint enqueues processing and returns the created answer immediately.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
50001 <= x <= 20Final answer returned synchronously.
running - runningcompleted - completedfailed - failedcancelled - cancelledcancelling - cancellingrunning, completed, failed, cancelled, cancelling