Move real time context prompts to remote settings
Categories
(Core :: Machine Learning: General, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: bjohns, Assigned: bjohns)
References
Details
(Whiteboard: [genai][models])
Attachments
(1 file)
Currently, real time information is injected into the conversation using a hard-coded prompt (here: https://searchfox.org/firefox-main/source/browser/components/aiwindow/models/ChatUtils.sys.mjs#96). We move this prompt to remote settings to allow for model-level prompting and prompt iteration.
Updated•2 months ago
|
Comment 1•2 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Machine Learning: General' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•2 months ago
|
Comment 6•2 months ago
•
|
||
Reverted this because it was causing xpcshell failures in test_ChatConversation.js.
- Revert link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | browser/components/aiwindow/ui/test/xpcshell/test_ChatConversation.js | xpcshell return code: 0
Please ,also, check these mochitests failures .
Comment 9•2 months ago
|
||
Reverted this because it was causing xpcshell failures.
-
Failure line: TEST-UNEXPECTED-FAIL | browser/components/aiwindow/models/tests/xpcshell/test_ChatUtils.js | test_constructRealTimeInfoInjectionMessage_with_tab_info - [test_constructRealTimeInfoInjectionMessage_with_tab_info : 193] Should return system role - "undefined" == "system"
Comment 10•2 months ago
|
||
Comment 11•2 months ago
|
||
Comment 12•2 months ago
|
||
Backed out for causing bc failures @ browser_smartwindow_prompts.js / browser_conversation_stream.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/87f3d6064722ca70f0e1a88344bafd1558e30e69
Comment 13•2 months ago
|
||
Comment 14•2 months ago
|
||
| bugherder | ||
Updated•1 month ago
|
Description
•