Add run_search tool that navigates the main tab to a SERP, extracts page content, and returns it to the LLM to continue the conversation in the sidebar. Fix phantom copy/regenerate buttons after search handoff by filtering empty and function-type assistant messages from renderState().
Bug 2013393 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Add run_search tool that navigates the main tab to a SERP, extracts page content, and returns it to the LLM to continue the conversation in the sidebar. This a new reworked patch of search handoff: This fixes some bugs, adds more tests, reuses components introduced in a recent patch, and addresses some prior comments in the prev patch.