mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +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 = {
|
incomingInput = {
|
||||||
question: req.body.question ?? 'hello',
|
question: req.body.question ?? 'hello',
|
||||||
overrideConfig,
|
overrideConfig,
|
||||||
history: []
|
history: [],
|
||||||
|
socketIOClientId: req.body.socketIOClientId
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user