SongGuess
    Preparing search index...

    Type Alias ResponseInputItemFunctionCallOutput

    type ResponseInputItemFunctionCallOutput = {
        call_id: string;
        id?: string | null;
        output: string | ResponseFunctionCallOutputItemList;
        status?: "in_progress" | "completed" | "incomplete" | null;
        type: "function_call_output";
    }
    Index

    Properties

    call_id: string
    id?: string | null
    status?: "in_progress" | "completed" | "incomplete" | null
    type: "function_call_output"