mirror of
https://github.com/mozilla-firefox/firefox.git
synced 2026-06-16 21:15:42 -05:00
Adds a `smart_window.tool_call` Glean event that fires when the assistant invokes a tool. The `tool_name` extra identifies which tool was called: - get_open_tabs - search_browsing_history - run_search - get_user_memories Each event records `model`, `prompt_version`, and `error` alongside the standard `location`, `chat_id`, and `message_seq` extras. Differential Revision: https://phabricator.services.mozilla.com/D302170