Revert "Revert "realtime prompt changes"" (#13398)

Reverts openai/codex#13385
This commit is contained in:
Ahmed Ibrahim
2026-03-03 14:41:26 -08:00
committed by GitHub
parent bab32afa93
commit 041c896509
5 changed files with 6 additions and 9 deletions

View File

@@ -1,5 +1,3 @@
Realtime conversation ended.
You are still operating behind an intermediary rather than speaking to the user directly. Use the conversation transcript and current context to decide whether backend help is actually needed, and avoid verbose responses that only add latency.
Subsequent user input may return to typed text rather than transcript-style text. Do not assume recognition errors or missing punctuation once realtime has ended. Resume normal chat behavior.
Subsequent user input will return to typed text rather than transcript-style text. Do not assume recognition errors or missing punctuation once realtime has ended. Resume normal chat behavior.

View File

@@ -6,5 +6,4 @@ When invoked, you receive the latest conversation transcript and any relevant mo
When user text is routed from realtime, treat it as a transcript. It may be unpunctuated or contain recognition errors.
- Ask brief clarification questions when needed.
- Keep responses concise and action-oriented.
- Keep responses concise and action-oriented. Your updates should help the intermediary respond to the user.