mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
fix(custom-tools): added missing _toolSchema to internal param set for agents calling custom tools (#2445)
This commit is contained in:
@@ -766,6 +766,7 @@ function validateClientSideParams(
|
||||
// Internal parameters that should be excluded from validation
|
||||
const internalParamSet = new Set([
|
||||
'_context',
|
||||
'_toolSchema',
|
||||
'workflowId',
|
||||
'envVars',
|
||||
'workflowVariables',
|
||||
|
||||
Reference in New Issue
Block a user