Skip to content

Commit 5a982db

Browse files
committed
Clarify documentation in Realtime Out-of-Band Transcription notebook by specifying that conversation: "none" refers to the main conversation session state. This enhances understanding of session state usage in transcription tasks.
1 parent 46a7164 commit 5a982db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Realtime_out_of_band_transcription.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"\n",
267267
"The out‑of‑band transcription is a `response.create` trigerred after user input audio is committed `input_audio_buffer.committed`:\n",
268268
"\n",
269-
"- `conversation: \"none\"` – use session state but don’t write to the main conversation\n",
269+
"- `conversation: \"none\"` – use session state but don’t write to the main conversation session state\n",
270270
"- `output_modalities: [\"text\"]` – get a text transcript only\n",
271271
"\n",
272272
"> Note: The REALTIME_MODEL_TRANSCRIPTION_PROMPT is not passed to the gpt-4o-transcribe model because the Realtime API enforces a 1024 token maximum for prompts.\n"

0 commit comments

Comments
 (0)