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

Schema representing a ResponseFunctionCallArgumentsDeltaEvent within the OpenAI API

Summary

Types

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