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

Schema representing a ResponseTextAnnotationDeltaEvent within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ResponseTextAnnotationDeltaEvent{
  annotation: ExOpenAI.Components.Annotation.t(),
  annotation_index: integer(),
  content_index: integer(),
  item_id: String.t(),
  output_index: integer(),
  type: :"response.output_text.annotation.added"
}