SongGuess
    Preparing search index...

    Type Alias ResponseFunctionCallArgumentsDoneEvent

    type ResponseFunctionCallArgumentsDoneEvent = {
        arguments: string;
        item_id: string;
        name: string;
        output_index: number;
        sequence_number: number;
        type: "response.function_call_arguments.done";
    }
    Index

    Properties

    arguments: string
    item_id: string
    name: string
    output_index: number
    sequence_number: number
    type: "response.function_call_arguments.done"