mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 02:40:14 +01:00
feat: add icon property to ProcessedAgentCategory interface
This commit is contained in:
parent
608f5fe402
commit
83122f160f
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ export interface ProcessedAgentCategory {
|
|||
label: string; // Translated label
|
||||
value: string; // Category value
|
||||
className?: string;
|
||||
icon?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue