Open Bug 2019644 Opened 6 months ago Updated 1 month ago

remove manual search handoff prompt

Categories

(Core :: Machine Learning: General, enhancement)

enhancement

Tracking

()

People

(Reporter: Mardak, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [aimodels])

with run_search tool bug 2013393 there's some potential for assistant confused about when to use it over manual search which is rendered with bug 2001519
https://searchfox.org/firefox-main/rev/3c52c9c886f7b0423001cef86abfafcf97f2b90a/browser/components/aiwindow/models/prompts/AssistantPrompts.sys.mjs#161-165

followup prompts bug 2012208 also had some special handling of preferring manual search over prompts

but this also means the assistant thought process is something like

  • do i need realtime information to generate a response? call run_tool
  • can i respond but additional web search could be useful? use §search
  • clear next steps? use §followup
    and the assistant could actually try using all 3
Component: Machine Learning: Frontend → Machine Learning: General

decided to have automatic search and followup prompts, which when clicked could do an automatic search

Summary: improve manual search handoff prompt or remove it → remove manual search handoff prompt

bug 2033528 already removed the display

See Also: → 2033528
See Also: → 2058303
You need to log in before you can comment on or make changes to this bug.