add openai assistant

This commit is contained in:
Henry
2023-11-07 20:45:25 +00:00
parent 12fb5a3a3b
commit 0f293e5a59
24 changed files with 1443 additions and 21 deletions
+9
View File
@@ -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