The Web Search events do not seem to be completely emitted by the API, unless this is by design.
response.web_search_call.searching: Emitted when a web search operation starts
response.web_search_call.results: Emitted when search results are available (includes an array of results with title, url, and snippet)
response.web_search_call.completed: Emitted when the web search operation completes (includes resultCount)
response.web_search_call.failed: Emitted if the web search operation fails (includes error message)
These events seem to be documented but do not appear in the traffic:
response.web_search_call.results and response.web_search_call.failed (latter is probably due to not yet hitting a failure).
The Web Search events do not seem to be completely emitted by the API, unless this is by design.
response.web_search_call.searching: Emitted when a web search operation starts
response.web_search_call.results: Emitted when search results are available (includes an array of results with title, url, and snippet)
response.web_search_call.completed: Emitted when the web search operation completes (includes resultCount)
response.web_search_call.failed: Emitted if the web search operation fails (includes error message)
These events seem to be documented but do not appear in the traffic:
response.web_search_call.results and response.web_search_call.failed (latter is probably due to not yet hitting a failure).