fix(editor): Fix sessionId for manual chat trigger execution (#9187)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
oleg 2024-04-23 09:20:51 +02:00 committed by GitHub
parent 15c88d6839
commit f5ccb5fe33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -465,7 +465,7 @@ export default defineComponent({
[
{
json: {
pushRef: `test-${currentUser.id || 'unknown'}`,
sessionId: `test-${currentUser.id || 'unknown'}`,
action: 'sendMessage',
[inputKey]: message,
},