mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
add openai assistant
This commit is contained in:
@@ -48,6 +48,15 @@ export interface ITool {
|
||||
createdDate: Date
|
||||
}
|
||||
|
||||
export interface IAssistant {
|
||||
id: string
|
||||
details: string
|
||||
credential: string
|
||||
iconSrc?: string
|
||||
updatedDate: Date
|
||||
createdDate: Date
|
||||
}
|
||||
|
||||
export interface ICredential {
|
||||
id: string
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user