fix: childprocess chatId.

This commit is contained in:
Jeffrey-Wang
2023-06-12 21:52:46 +08:00
parent fd9d6fcb03
commit fe6737a6cb
4 changed files with 10 additions and 4 deletions
+1
View File
@@ -143,6 +143,7 @@ export interface IDatabaseExport {
export interface IRunChatflowMessageValue {
chatflow: IChatFlow
chatId: string
incomingInput: IncomingInput
componentNodes: IComponentNodes
endingNodeData?: INodeData