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

Properties

Properties

type: "function"

The type of tool being defined: function

Generated using TypeDoc