用于调用工具的接口

接口 ToolInvocationInterface {
    tool: string;
    toolInput: string;
}

属性

tool: string
toolInput: string