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