Closed
Bug 2008991
Opened 4 months ago
Closed 4 months ago
Parse special token data from model respons in ai window
Categories
(Core :: Machine Learning: Frontend, task, P1)
Core
Machine Learning: Frontend
Tracking
()
VERIFIED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | verified |
People
(Reporter: ngrato, Assigned: ngrato)
References
(Blocks 1 open bug)
Details
(Whiteboard: [genai][chat])
Attachments
(1 file)
Add streaming parser for §...§ tagged tokens. Stream plain text immediately while buffering tokens across chunk boundaries. Emit tokens only when fully closed and flush any unfinished token at end of stream. Stubbing out token data use cases such as search.
Updated•4 months ago
|
Add streaming parser for §...§ tagged tokens. Stream plain text immediately while buffering tokens across chunk boundaries. Emit tokens only when fully closed and flush any unfinished token at end of stream. Stubbing out token data use cases such as search.
Pushed by ngrato@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/cb98d6d4176f
https://hg.mozilla.org/integration/autoland/rev/c41b9b6d974c
Parse special token data from model respons in ai window r=Mardak,ai-frontend-reviewers
Pushed by smolnar@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5f4208d01299
https://hg.mozilla.org/integration/autoland/rev/01db1b9e943e
Revert "Bug 2008991 - Parse special token data from model respons in ai window r=Mardak,ai-frontend-reviewers" for causing bc failures @ browser_aichat_message.js
Comment 4•4 months ago
|
||
Backed out for causing bc failures @ browser_aichat_message.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/01db1b9e943ebff643869e8503a2a7d1c042d1d3
Flags: needinfo?(ngrato)
Pushed by ngrato@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/2d0fd55735bd
https://hg.mozilla.org/integration/autoland/rev/0b4b519c9eeb
Parse special token data from model respons in ai window r=Mardak,ai-frontend-reviewers
Comment 6•4 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c150/b149] [qa-ver-needed-c150/b49]
QA Contact: rdoghi
Comment 7•3 months ago
|
||
Verified as fixed in our latest Beta 149.0b1
Status: RESOLVED → VERIFIED
QA Whiteboard: [qa-triage-done-c150/b149] [qa-ver-needed-c150/b49] → [qa-triage-done-c150/b149] [qa-ver-done-c150/b49]
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c150/b149] [qa-ver-done-c150/b49] → [qa-triage-done-c150/b149] [qa-ver-done-c150/b149]
You need to log in
before you can comment on or make changes to this bug.
Description
•