Skip to main content
The Research tool iteratively searches the web, analyzes the results, and stops when finished. It then provides a comprehensive report to your agent with current, cited information. To enable it, pass it through the tools option:
{
  ...
  "tools": [
    ...
    {
      "type": "research",
      "search_effort": "auto | low | medium | high",
      "report_verbosity": "medium | high"
    }
  ]
}
search_effort
string
This parameter maps to different configurations regarding the depth of research the subagent can perform. Its values range from low, medium to high. Alternatively, useauto mode for a more dynamic search approach, allowing the subagent the freedom to adjust its subparameters.
report_verbosity
string
Select whether to receive a medium or high length model response.
I