ui: add thread id to socket connection
This commit is contained in:
parent
c29fe3b7df
commit
439c2205bb
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ export class ChatManager {
|
|||
user_id: userId,
|
||||
token: window.env.KAI_TESTING,
|
||||
project_id: projectId,
|
||||
thread_id: threadId,
|
||||
},
|
||||
});
|
||||
socket.on('connect', () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue