mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
const select = (index: number) => {
|
const select = (index: number) => {
|
||||||
const item = filteredItems[index];
|
const item = filteredItems[index];
|
||||||
// Add the "A:" prefix to the id to indicate it's an assistant model
|
// Add the "A:" prefix to the id to indicate it's an agent/assistant/ai model
|
||||||
if (item) command({ id: `A:${item.id}|${item.name}`, label: item.name });
|
if (item) command({ id: `A:${item.id}|${item.name}`, label: item.name });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user