docs: wiht -> with (#1624)

This commit is contained in:
Muhammad Suhaib
2025-09-01 08:28:51 +05:00
committed by GitHub
parent cb316772f1
commit 89dc1fba67
+1 -1
View File
@@ -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)