Skip to content

Commit 89dc1fb

Browse files
docs: wiht -> with (#1624)
1 parent cb31677 commit 89dc1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/realtime/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Realtime agents allow for conversational flows, processing audio and text inputs
1515

1616
The realtime system consists of several key components:
1717

18-
- **RealtimeAgent**: An agent, configured wiht instructions, tools and handoffs.
18+
- **RealtimeAgent**: An agent, configured with instructions, tools and handoffs.
1919
- **RealtimeRunner**: Manages configuration. You can call `runner.run()` to get a session.
2020
- **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.
2121
- **RealtimeModel**: The underlying model interface (typically OpenAI's WebSocket implementation)

0 commit comments

Comments
 (0)