Interface ToolExecutorNodeParameters

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

Properties§

§readonly node?: string

Name of the node that is being executed

§readonly query?: string

Key-value pairs, where key is the name of the tool name and value is the parameters to pass to the tool Default: "{}"

§readonly toolName?: string

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