add upload files and tool features

This commit is contained in:
Henry
2023-11-09 11:55:30 +00:00
parent 08eb8dd4e0
commit b607c1228f
19 changed files with 510 additions and 145 deletions
+6
View File
@@ -126,6 +126,12 @@ export interface IMessage {
type: MessageType
}
export interface IUsedTool {
tool: string
toolInput: object
toolOutput: string | object
}
/**
* Classes
*/