Class: OpenAI::Models::Realtime::ConnectionResources::Base
- Inherits:
-
Object
- Object
- OpenAI::Models::Realtime::ConnectionResources::Base
- Defined in:
- sig/openai/helpers/realtime/connection_resources.rbs
Direct Known Subclasses
Conversation, ConversationItems, InputAudioBuffer, OutputAudioBuffer, Response, Session
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
private
A new instance of Base.
Constructor Details
#initialize ⇒ Base
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Base.
7 |
# File 'sig/openai/helpers/realtime/connection_resources.rbs', line 7
def initialize: (OpenAI::Realtime::Connection connection) -> void
|