SongGuess
    Preparing search index...

    Type Alias ChatCompletionToolChoiceCustom

    type ChatCompletionToolChoiceCustom = {
        custom: { name: string };
        type: "custom";
    }
    Index

    Properties

    Properties

    custom: { name: string }
    type: "custom"