SongGuess
    Preparing search index...

    Type Alias ResponseFunctionCallArgumentsDeltaEvent

    type ResponseFunctionCallArgumentsDeltaEvent = {
        delta: string;
        item_id: string;
        output_index: number;
        sequence_number: number;
        type: "response.function_call_arguments.delta";
    }
    Index

    Properties

    delta: string
    item_id: string
    output_index: number
    sequence_number: number
    type: "response.function_call_arguments.delta"