View Source ExOpenAI.Components.RealtimeServerEventResponseFunctionCallArgumentsDelta (ex_openai.ex v1.8.0)

Schema representing a RealtimeServerEventResponseFunctionCallArgumentsDelta within the OpenAI API

Summary

Types

@type t() ::
  %ExOpenAI.Components.RealtimeServerEventResponseFunctionCallArgumentsDelta{
    call_id: String.t(),
    delta: String.t(),
    event_id: String.t(),
    item_id: String.t(),
    output_index: integer(),
    response_id: String.t(),
    type: :"response.function_call_arguments.delta"
  }