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

Provides struct and type for a Response.Audio.Transcript.DeltaEvent

Summary

Types

@type t() :: %OpenAi.Response.Audio.Transcript.DeltaEvent{
  delta: String.t(),
  type: String.t()
}