fix(custom-tools): added missing _toolSchema to internal param set for agents calling custom tools (#2445)

This commit is contained in:
Waleed
2025-12-17 23:38:36 -08:00
committed by GitHub
parent b4a99779eb
commit a337af92bc

View File

@@ -766,6 +766,7 @@ function validateClientSideParams(
// Internal parameters that should be excluded from validation
const internalParamSet = new Set([
'_context',
'_toolSchema',
'workflowId',
'envVars',
'workflowVariables',