Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/realtime/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Realtime agents allow for conversational flows, processing audio and text inputs

The realtime system consists of several key components:

- **RealtimeAgent**: An agent, configured wiht instructions, tools and handoffs.
- **RealtimeAgent**: An agent, configured with instructions, tools and handoffs.
- **RealtimeRunner**: Manages configuration. You can call `runner.run()` to get a session.
- **RealtimeSession**: A single interaction session. You typically create one each time a user starts a conversation, and keep it alive until the conversation is done.
- **RealtimeModel**: The underlying model interface (typically OpenAI's WebSocket implementation)
Expand Down