SongGuess
    Preparing search index...

    Type Alias ChatCompletionMessageFunctionToolCall

    type ChatCompletionMessageFunctionToolCall = {
        function: { arguments: string; name: string };
        id: string;
        type: "function";
    }
    Index

    Properties

    Properties

    function: { arguments: string; name: string }

    Type Declaration

    • arguments: string

      JSON-encoded arguments string.

    • name: string
    id: string
    type: "function"