Open
Bug 2059756
Opened 1 month ago
Updated 28 days ago
Add get_tab_groups tool
Categories
(Core :: Machine Learning: Frontend, task, P1)
Core
Machine Learning: Frontend
Tracking
()
NEW
People
(Reporter: flozia, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
(Whiteboard: [aiasst])
Summary
Group fields on TabInfo make the model group aware. Members are limited by MAX_TABS, which is not reliable enough to recognize an open tab group by name. Add a tool that returns a referenceable list of open tab groups.
Acceptance Criteria
- A new tool
get_tab_groupsis registered intoolsConfigand returns{ id, label, color, tabCount, tabs }per open tab group. - Only groups in active Smart Window windows are returned.
- Group labels are sanitized.
Updated•1 month ago
|
| Reporter | ||
Updated•28 days ago
|
Priority: -- → P1
You need to log in
before you can comment on or make changes to this bug.
Description
•