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

Schema representing a RealtimeServerEventConversationCreated within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.RealtimeServerEventConversationCreated{
  conversation: %{id: String.t(), object: String.t()},
  event_id: String.t(),
  type: :"conversation.created"
}