clients
autogen.agentchat.realtime.experimental.clients.get_client
get_client
Get a registered Realtime API client.
Name | Description |
---|---|
llm_config | The config for the client. Type: dict[str, typing.Any] |
logger | Type: logging.Logger |
**kwargs | Type: Any |
Type | Description |
---|---|
RealtimeClientProtocol | RealtimeClientProtocol: The Realtime API client. |