mirror of
https://github.com/openai/codex.git
synced 2026-04-29 08:56:38 +00:00
Split timer and queued message flags
This commit is contained in:
@@ -434,6 +434,9 @@
|
||||
"prevent_idle_sleep": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"queued_messages": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"realtime_conversation": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -485,7 +488,7 @@
|
||||
"steer": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"timer_tool": {
|
||||
"timers": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"tool_call_mcp_elicitation": {
|
||||
@@ -2286,6 +2289,9 @@
|
||||
"prevent_idle_sleep": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"queued_messages": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"realtime_conversation": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -2337,7 +2343,7 @@
|
||||
"steer": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"timer_tool": {
|
||||
"timers": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"tool_call_mcp_elicitation": {
|
||||
|
||||
Reference in New Issue
Block a user