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

Schema representing a RealtimeServerEventResponseFunctionCallArgumentsDone within the OpenAI API

Summary

Types

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