SongGuess
    Preparing search index...

    Type Alias ChatCompletionCustomTool

    type ChatCompletionCustomTool = {
        custom: {
            description?: string;
            format?: ChatCompletionCustomToolFormat;
            name: string;
        };
        type: "custom";
    }
    Index

    Properties

    Properties

    custom: {
        description?: string;
        format?: ChatCompletionCustomToolFormat;
        name: string;
    }
    type: "custom"