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

Schema representing a ResponseCreatedEvent within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ResponseCreatedEvent{
  response: ExOpenAI.Components.Response.t(),
  type: :"response.created"
}