View Source OpenAi.Response.Refusal.DeltaEvent (OpenAI REST API Client v1.0.0)

Provides struct and type for a Response.Refusal.DeltaEvent

Summary

Types

@type t() :: %OpenAi.Response.Refusal.DeltaEvent{
  content_index: integer(),
  delta: String.t(),
  item_id: String.t(),
  output_index: integer(),
  type: String.t()
}