SongGuess
    Preparing search index...

    Type Alias ChatCompletionMessageCustomToolCall

    type ChatCompletionMessageCustomToolCall = {
        custom: { input: string; name: string };
        id: string;
        type: "custom";
    }
    Index

    Properties

    Properties

    custom: { input: string; name: string }
    id: string
    type: "custom"