接口 ToolInvocationInterface

用于调用工具的接口

interface ToolInvocationInterface {
    tool: string;
    toolInput: string;
}

属性

tool: string
toolInput: string