ui: add thread id to socket connection

This commit is contained in:
nick-delirium 2025-04-28 17:22:36 +02:00
parent c29fe3b7df
commit 439c2205bb
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -20,6 +20,7 @@ export class ChatManager {
user_id: userId,
token: window.env.KAI_TESTING,
project_id: projectId,
thread_id: threadId,
},
});
socket.on('connect', () => {