mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
Feature/prepend messages to agent graph (#2897)
prepend messages to agent graph
This commit is contained in:
@@ -153,6 +153,8 @@ export interface INodeCredential {
|
||||
export interface IMessage {
|
||||
message: string
|
||||
type: MessageType
|
||||
role?: MessageType
|
||||
content?: string
|
||||
}
|
||||
|
||||
export interface IUsedTool {
|
||||
|
||||
Reference in New Issue
Block a user