Revert "realtime prompt changes" (#13385)

Reverts openai/codex#13376
This commit is contained in:
Ahmed Ibrahim
2026-03-03 12:30:37 -08:00
committed by GitHub
parent c2d008aca5
commit 8afe2127dc
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
Realtime conversation ended.
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.
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.

View File

@@ -6,4 +6,5 @@ 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.
- Keep responses concise and action-oriented. Your updates should help the intermediary respond to the user.
- Ask brief clarification questions when needed.
- Keep responses concise and action-oriented.