remove passed in workspace id ref

This commit is contained in:
Vikhyath Mondreti
2026-01-26 16:17:29 -08:00
parent 80eb2a8aa1
commit a15dd4c09e

View File

@@ -113,7 +113,7 @@ export class KnowledgeBaseClientTool extends BaseClientTool {
...(args || { operation: 'list' }),
args: {
...(args?.args || {}),
workspaceId: args?.args?.workspaceId || workspaceId || undefined,
workspaceId: workspaceId || undefined,
},
}