This endpoint engages advanced agents that use tools, multi-turn reasoning, and planning to solve complex queries. The agents break down each query into a workflow, execute the steps iteratively, and reflect on the findings before generating a final response.
Use it for answering complex questions that require in depth responses.
The data returns as a JSON payload with a application/json content type.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Must be set to true when you want to stream the agent response as its being generated, and false when you want the response to return after the agent has finished.
Controls the level of detail provided by the agent’s response. Choosing high maps to a long-form report while medium maps to a medium verbosity report that captures most details but is less comprehensive.
Defines the maximum number of steps the agent uses in its workflow plan to answer your query. Higher values allow for more tool calls, but it takes longer for the agent to provide the response. For instance, setting max_workflow_steps=5 could allow the agent to call the research tool 3 times and the compute tool 2 times.
The advanced agent accepts either compute or research tools