# Functions

NewClient creates a new messaging client that wraps a WebSocket connection.
NewHandler creates a new Handler for the OpenAI Realtime API.

# Structs

Client is a client for the OpenAI Realtime API that handles message serialization/deserialization.
Handler handles incoming OpenAI messages from a WebSocket connection.

# Type aliases

MessageHandler is a function that processes an incoming OpenAI message.