mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
Chore: plan mode do not include free form question and always include isOther (#10210)
We should never ask a freeform question when planning and we should always include isOther as an escape hatch.
This commit is contained in:
@@ -67,7 +67,6 @@ pub fn create_request_user_input_sse_response(call_id: &str) -> anyhow::Result<S
|
||||
"id": "confirm_path",
|
||||
"header": "Confirm",
|
||||
"question": "Proceed with the plan?",
|
||||
"isOther": false,
|
||||
"options": [{
|
||||
"label": "Yes (Recommended)",
|
||||
"description": "Continue the current plan."
|
||||
|
||||
Reference in New Issue
Block a user