Skip to content

Commit 46101cb

Browse files
authored
Fix RealtimeModel reference (#1215)
## Summary - document `agents.realtime.model` so the RealtimeModel link works - include the new file in the documentation navigation ## Testing - `make format` - `make lint` - `make mypy` - `make tests` ------ https://chatgpt.com/codex/tasks/task_i_687fadfee88883219240b56e5abba76a
1 parent b09d37d commit 46101cb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/ref/realtime/model.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Model`
2+
3+
::: agents.realtime.model

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ plugins:
125125
- ref/realtime/session.md
126126
- ref/realtime/events.md
127127
- ref/realtime/config.md
128+
- ref/realtime/model.md
128129
- Voice:
129130
- ref/voice/pipeline.md
130131
- ref/voice/workflow.md

0 commit comments

Comments
 (0)