View Source ExOpenAI.Components.RealtimeServerEventResponseCreated (ex_openai.ex v2.0.0-beta2)
Returned when a new Response is created. The first event of response creation,
where the response is in an initial state of in_progress.
Fields
:event_id- required -String.t()
The unique ID of the server event.:response- required -ExOpenAI.Components.RealtimeResponse.t():type- required -:"response.created"
The event type, must beresponse.created.
Allowed values:"response.created"
Summary
Types
@type t() :: %ExOpenAI.Components.RealtimeServerEventResponseCreated{ event_id: String.t(), response: ExOpenAI.Components.RealtimeResponse.t(), type: :"response.created" }