Research tool

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:

1{
2 "agent": "advanced",
3 "input": "...",
4 "stream": false,
5 "tools": [
6 {
7 "type": "research",
8 "search_effort": "auto | low | medium | high",
9 "report_verbosity": "medium | high"
10 }
11 ]
12}

See the tools request parameter in the Advanced API Reference for details.