fix(editor): Fix sessionId for manual chat trigger execution (#9187)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
@@ -465,7 +465,7 @@ export default defineComponent({
|
||||
[
|
||||
{
|
||||
json: {
|
||||
pushRef: `test-${currentUser.id || 'unknown'}`,
|
||||
sessionId: `test-${currentUser.id || 'unknown'}`,
|
||||
action: 'sendMessage',
|
||||
[inputKey]: message,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user