Interface ToolExecutorNodeParameters

Source
interface ToolExecutorNodeParameters {
    query?: string;
    toolName?: string;
}

Properties§

Source§

readonly query?: string

Parameters to pass to the tool as JSON or string Default: "{}"

Source§

readonly toolName?: string

Name of the tool to execute if the connected tool is a toolkit