Skip to content
Snippets Groups Projects
Unverified Commit 98953d70 authored by Timothy Carambat's avatar Timothy Carambat Committed by GitHub
Browse files

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

parent 5eec5cbb
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ class AgentHandler { ...@@ -35,7 +35,7 @@ class AgentHandler {
{ {
workspaceId: this.invocation.workspace_id, workspaceId: this.invocation.workspace_id,
user_id: this.invocation.user_id || null, user_id: this.invocation.user_id || null,
thread_id: this.invocation.user_id || null, thread_id: this.invocation.thread_id || null,
include: true, include: true,
}, },
limit, limit,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment