mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-27 07:48:22 -05:00
remove passed in workspace id ref
This commit is contained in:
@@ -113,7 +113,7 @@ export class KnowledgeBaseClientTool extends BaseClientTool {
|
||||
...(args || { operation: 'list' }),
|
||||
args: {
|
||||
...(args?.args || {}),
|
||||
workspaceId: args?.args?.workspaceId || workspaceId || undefined,
|
||||
workspaceId: workspaceId || undefined,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user