From 89dc1fba676949e8bc95cf73188dca0c4fefd45f Mon Sep 17 00:00:00 2001 From: Muhammad Suhaib <154515857+MuhammedSuhaib@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:28:51 +0500 Subject: [PATCH] docs: wiht -> with (#1624) --- docs/realtime/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/realtime/guide.md b/docs/realtime/guide.md index 6d0648f6..b3cc6d98 100644 --- a/docs/realtime/guide.md +++ b/docs/realtime/guide.md @@ -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)