mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-06 17:51:50 +01:00
refactor: remove redundant properties from IAgent interface in agent schema
This commit is contained in:
parent
e6b9d6b84b
commit
1b9f155fb8
1 changed files with 0 additions and 5 deletions
|
|
@ -36,10 +36,5 @@ export interface IAgent extends Omit<Document, 'model'> {
|
||||||
versions?: Omit<IAgent, 'versions'>[];
|
versions?: Omit<IAgent, 'versions'>[];
|
||||||
category: string;
|
category: string;
|
||||||
support_contact?: ISupportContact;
|
support_contact?: ISupportContact;
|
||||||
category: string;
|
|
||||||
support_contact?: {
|
|
||||||
name?: string;
|
|
||||||
email?: string;
|
|
||||||
};
|
|
||||||
is_promoted?: boolean;
|
is_promoted?: boolean;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue