Fix typo leading to agent history in threads not being unique in same workspace (#1350)

This commit is contained in:
Timothy Carambat 2024-05-10 16:09:34 -07:00 committed by GitHub
parent 5eec5cbb9e
commit 98953d70b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ class AgentHandler {
{
workspaceId: this.invocation.workspace_id,
user_id: this.invocation.user_id || null,
thread_id: this.invocation.user_id || null,
thread_id: this.invocation.thread_id || null,
include: true,
},
limit,