mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
add upload files and tool features
This commit is contained in:
@@ -126,6 +126,12 @@ export interface IMessage {
|
||||
type: MessageType
|
||||
}
|
||||
|
||||
export interface IUsedTool {
|
||||
tool: string
|
||||
toolInput: object
|
||||
toolOutput: string | object
|
||||
}
|
||||
|
||||
/**
|
||||
* Classes
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user