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

Provides struct and type for a Response.CompletedEvent

Summary

Types

@type t() :: %OpenAi.Response.CompletedEvent{
  response: OpenAi.Response.t(),
  type: String.t()
}