Merge pull request #801 from FlowiseAI/bugfix/Pass-SocketIOClientId-to-IncomingInput

Bugfix/Pass SocketIOClientId to IncomingInput
This commit is contained in:
Henry Heng
2023-08-19 19:55:22 +01:00
committed by GitHub
+2 -1
View File
@@ -806,7 +806,8 @@ export class App {
incomingInput = {
question: req.body.question ?? 'hello',
overrideConfig,
history: []
history: [],
socketIOClientId: req.body.socketIOClientId
}
}