Closed
Bug 2033528
Opened 4 months ago
Closed 4 months ago
Remove ai-chat-search-button from the codebase
Categories
(Core :: Machine Learning: Frontend, task, P2)
Core
Machine Learning: Frontend
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: mlucks, Assigned: chloezhou)
References
Details
(Whiteboard: [aife])
Attachments
(1 file)
The search button still pops up occasionally during chat and should be removed, we deprecated this feature in favor for automatic search hand off.
This relates to bug 2019644 however I think we can remove it from the frontend regardless of what the models team is doing.
If we clean up the component and also (remove this conditional ) then I think that should suffice.
Acceptance Criteria:
- Remove component from aiwindow/components. This includes jar entries and any tests that may be affected by this component (you may need to run tests on the entire directory to confirm)
- Remove the conditional from ai-chat-message
Updated•4 months ago
|
| Assignee | ||
Updated•4 months ago
|
Assignee: nobody → chzhou
| Assignee | ||
Comment 1•4 months ago
|
||
The chat search button was a manual control rendered alongside assistant responses. It is now deprecated in favor of automatic search hand-off via the RunSearch tool, so this patch removes the component and its now-orphaned wiring.
| Assignee | ||
Updated•4 months ago
|
Points: --- → 1
Pushed by chzhou@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/6426de3ff514
https://hg.mozilla.org/integration/autoland/rev/a55d2256d3a7
Remove ai-chat-search-button in favor of automatic search hand-off. r=ai-frontend-reviewers,gcardieri
Comment 3•4 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 months ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c153/b152]
You need to log in
before you can comment on or make changes to this bug.
Description
•