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

Properties

Properties

type: "function"

The type of tool being defined: function