You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/realtime/guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Realtime agents allow for conversational flows, processing audio and text inputs
15
15
16
16
The realtime system consists of several key components:
17
17
18
-
-**RealtimeAgent**: An agent, configured wiht instructions, tools and handoffs.
18
+
-**RealtimeAgent**: An agent, configured with instructions, tools and handoffs.
19
19
-**RealtimeRunner**: Manages configuration. You can call `runner.run()` to get a session.
20
20
-**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.
21
21
-**RealtimeModel**: The underlying model interface (typically OpenAI's WebSocket implementation)
0 commit comments