Open
Bug 2019644
Opened 6 months ago
Updated 1 month ago
remove manual search handoff prompt
Categories
(Core :: Machine Learning: General, enhancement)
Core
Machine Learning: General
Tracking
()
NEW
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
Updated•6 months ago
|
| Reporter | ||
Updated•6 months ago
|
Component: Machine Learning: Frontend → Machine Learning: General
| Reporter | ||
Comment 1•6 months ago
|
||
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
| Reporter | ||
Updated•1 month ago
|
See Also: https://mozilla-hub.atlassian.net/browse/GENAI-3920 → https://mozilla-hub.atlassian.net/browse/AIMOD-599
Whiteboard: [genai][models] → [aimodels]
You need to log in
before you can comment on or make changes to this bug.
Description
•