SongGuess
    Preparing search index...

    Type Alias ChatCompletionToolChoiceFunction

    type ChatCompletionToolChoiceFunction = {
        function: { name: string };
        type: "function";
    }
    Index

    Properties

    Properties

    function: { name: string }
    type: "function"