get_client
Parameters:
Returns:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
get_client(
llm_config: LLMConfig | dict[str, Any],
logger: Logger,
**kwargs: Any
) -> RealtimeClientProtocol
| Name | Description |
|---|---|
llm_config | The config for the client. Type: LLMConfig | dict[str, typing.Any] |
logger | The logger to use for logging events. Type: logging.Logger |
**kwargs | Additional arguments. Type: Any |
| Type | Description |
|---|---|
| RealtimeClientProtocol | RealtimeClientProtocol: The Realtime API client. |