Interface ToolInvocationInterface

Interface for invoking a tool

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

Properties

Properties

tool: string
toolInput: string