interface FunctionTool {
    function: FunctionDefinition;
    type: "function";
}

Properties

Properties

function: FunctionDefinition
type: "function"

The type of tool being defined: function