Skip to content

Commit a15dd4c

Browse files
committed
remove passed in workspace id ref
1 parent 80eb2a8 commit a15dd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/copilot/tools/client/knowledge/knowledge-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class KnowledgeBaseClientTool extends BaseClientTool {
113113
...(args || { operation: 'list' }),
114114
args: {
115115
...(args?.args || {}),
116-
workspaceId: args?.args?.workspaceId || workspaceId || undefined,
116+
workspaceId: workspaceId || undefined,
117117
},
118118
}
119119

0 commit comments

Comments
 (0)