Closed
Bug 2008926
Opened 7 months ago
Closed 5 months ago
Connect Smartbar intent model to the CTA button
Categories
(Core :: Machine Learning: Frontend, task, P1)
Core
Machine Learning: Frontend
Tracking
()
VERIFIED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | verified |
People
(Reporter: flozia, Assigned: mak)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [genai][input])
Attachments
(1 file)
In order to determine the default action for the Smartbar we need to connect the input CTA with the intent model.
| Reporter | ||
Updated•7 months ago
|
Whiteboard: [genai][input]
Updated•7 months ago
|
Comment 1•6 months ago
|
||
should be able to import https://searchfox.org/firefox-main/source/browser/components/aiwindow/models/IntentClassifier.sys.mjs to call getPromptIntent method and remove the browser_all_files_referenced.js entry
does the input box already have some debouncing for fast typing? if not, we might need to add a timer to avoid many/unnecessary calls to the intent inference
Comment 2•6 months ago
|
||
from jira, sounds like the correct approach here is to have a urlbar provider, so splitting out a more temporary/introductory intent classifier bug to get that in sooner
Updated•6 months ago
|
Updated•6 months ago
|
| Assignee | ||
Comment 5•6 months ago
|
||
Updated•5 months ago
|
Attachment #9542385 -
Attachment description: WIP: Bug 2008926 - Connect Smartbar intent model to the CTA button → WIP: Bug 2008926 - Connect Smartbar intent model to the CTA button. r=flozia
Updated•5 months ago
|
Assignee: nobody → mak
Attachment #9542385 -
Attachment description: WIP: Bug 2008926 - Connect Smartbar intent model to the CTA button. r=flozia → Bug 2008926 - Connect Smartbar intent model to the CTA button. r=flozia
Pushed by elee@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/aa6d45b584bf
https://hg.mozilla.org/integration/autoland/rev/8f5322be0c38
Connect Smartbar intent model to the CTA button. r=flozia,urlbar-reviewers,ai-frontend-reviewers,Standard8
Status: REOPENED → RESOLVED
Closed: 6 months ago → 5 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
Updated•5 months ago
|
QA Whiteboard: [qa-triage-done-c150/b149] [qa-ver-needed-c150/b49]
QA Contact: rdoghi
Comment 8•5 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•5 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
•