Class: OpenAI::Models::Realtime::ConnectionManager
- Inherits:
-
Object
- Object
- OpenAI::Models::Realtime::ConnectionManager
- Defined in:
- sig/openai/helpers/realtime/connection_manager.rbs
Instance Method Summary collapse
- #initialize ⇒ Object constructor private
- #open {|connection| ... } ⇒ top private
Constructor Details
#initialize ⇒ Object
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.
6 |
# File 'sig/openai/helpers/realtime/connection_manager.rbs', line 6
def initialize: (
|
Instance Method Details
#open {|connection| ... } ⇒ top
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.
17 |
# File 'sig/openai/helpers/realtime/connection_manager.rbs', line 17
def open: { (OpenAI::Realtime::Connection connection) -> top } -> top
|