Skip to content

Commit a337af9

Browse files
authored
fix(custom-tools): added missing _toolSchema to internal param set for agents calling custom tools (#2445)
1 parent b4a9977 commit a337af9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/tools/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ function validateClientSideParams(
766766
// Internal parameters that should be excluded from validation
767767
const internalParamSet = new Set([
768768
'_context',
769+
'_toolSchema',
769770
'workflowId',
770771
'envVars',
771772
'workflowVariables',

0 commit comments

Comments
 (0)