Interface ToolDefinition

interface ToolDefinition {
    function: ToolFunction;
    type: "function";
}

Properties

Properties

function: ToolFunction
type: "function"