get_client

get_client(
    llm_config: dict[str, typing.Any],
    logger: logging.Logger,
    **kwargs: Any
) -> autogen.agentchat.realtime.experimental.clients.realtime_client.RealtimeClientProtocol

Get a registered Realtime API client.

Parameters:
NameDescription
llm_configThe config for the client.

Type: dict[str, typing.Any]
loggerType: logging.Logger
**kwargsType: Any
Returns:
TypeDescription
autogen.agentchat.realtime.experimental.clients.realtime_client.RealtimeClientProtocolRealtimeClientProtocol: The Realtime API client.