Interface ToolExecutorArgs

interface ToolExecutorArgs {
    invalidToolMsgTemplate?: string;
    tools: StructuredTool<ZodAny>[];
}

Properties

invalidToolMsgTemplate?: string

Default

{INVALID_TOOL_MSG_TEMPLATE}
tools: StructuredTool<ZodAny>[]