Skip to content

Some web events are not showing up #1

@kosar

Description

@kosar

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions