Feature/prepend messages to agent graph (#2897)

prepend messages to agent graph
This commit is contained in:
Henry Heng
2024-07-29 11:09:38 +01:00
committed by GitHub
parent e39fd130d0
commit b5d969b2bb
4 changed files with 38 additions and 6 deletions
+2
View File
@@ -153,6 +153,8 @@ export interface INodeCredential {
export interface IMessage {
message: string
type: MessageType
role?: MessageType
content?: string
}
export interface IUsedTool {