View Source OpenAi.Response.Text.AnnotationDeltaEvent (OpenAI REST API Client v1.0.0)

Provides struct and type for a Response.Text.AnnotationDeltaEvent

Summary

Types

@type t() :: %OpenAi.Response.Text.AnnotationDeltaEvent{
  annotation:
    OpenAi.File.CitationBody.t()
    | OpenAi.File.Path.t()
    | OpenAi.Response.UrlCitationBody.t(),
  annotation_index: integer(),
  content_index: integer(),
  item_id: String.t(),
  output_index: integer(),
  type: String.t()
}