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

Schema representing a ResponseFunctionCallArgumentsDoneEvent within the OpenAI API

Summary

Types

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