parse_oai_message
Parameters:
Returns:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
parse_oai_message(message: dict[str, Any]) -> RealtimeEvent
| Name | Description |
|---|---|
message | The message to parse. Type: dict[str, typing.Any] |
| Type | Description |
|---|---|
| RealtimeEvent | RealtimeEvent: The parsed event. |