interface ToolExecutorNodeParameters { query?: string; toolName?: string;}
Parameters to pass to the tool as JSON or string Default: "{}"
Name of the tool to execute if the connected tool is a toolkit
Parameters to pass to the tool as JSON or string Default: "{}"