mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 07:00:49 +03:00
Merge pull request #801 from FlowiseAI/bugfix/Pass-SocketIOClientId-to-IncomingInput
Bugfix/Pass SocketIOClientId to IncomingInput
This commit is contained in:
@@ -806,7 +806,8 @@ export class App {
|
||||
incomingInput = {
|
||||
question: req.body.question ?? 'hello',
|
||||
overrideConfig,
|
||||
history: []
|
||||
history: [],
|
||||
socketIOClientId: req.body.socketIOClientId
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user