try generating memories when activating ai window
Categories
(Core :: Machine Learning: Frontend, enhancement, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: Mardak, Assigned: pdahiya)
References
(Blocks 1 open bug)
Details
(Whiteboard: [genai][onboarding])
Attachments
(1 file)
bug 2010143 added conditions for generating memories such as checking for tos and active ai window with a MemoriesSchedulers.maybeRunAndSchedule api
we should trigger memory scheduling and kick off memory generation when the user activates an ai window which would have required the user to accept terms, so maybe when hasToSConsent gets set https://searchfox.org/firefox-main/rev/93aad2a6615f670b1279c229dd37f7397236131a/browser/components/aiwindow/ui/modules/AIWindowAccountAuth.sys.mjs#91
i don't think we need to wait for firstrun completion as the model we use for memories is independent of assistant response model?
more generally, we should probably trigger potential memory generation (it handles its own "too recent" backoff heuristics) whenever we checked if we need to show firstrun bug 2005368? https://searchfox.org/firefox-main/rev/93aad2a6615f670b1279c229dd37f7397236131a/browser/components/aiwindow/ui/modules/AIWindow.sys.mjs#363-374
we also need to flip the default pref value to true https://searchfox.org/firefox-main/rev/93aad2a6615f670b1279c229dd37f7397236131a/browser/app/profile/firefox.js#2270
Updated•6 months ago
|
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Updated•6 months ago
|
| Assignee | ||
Comment 1•6 months ago
|
||
Comment 3•6 months ago
|
||
| bugherder | ||
Updated•5 months ago
|
Description
•