This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Inspecting the web searches performed by the OpenAI Responses API. | |
| When you enable the `web_search` tool, the model decides whether to issue one or | |
| more search queries. Each query is recorded as a `web_search_call` item in the | |
| response output, with the action type and the actual queries the model ran. | |
| Docs: https://developers.openai.com/api/docs/guides/tools-web-search | |
| """ |
OlderNewer