mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
db0379030e
commit
3e65109900
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
const select = (index: number) => {
|
||||
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 });
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue