mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
feat(core): make watchdogs role-driven
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -46,6 +46,12 @@
|
||||
}
|
||||
],
|
||||
"description": "Optional default spawn mode when `spawn_agent` omits `spawn_mode`."
|
||||
},
|
||||
"watchdog_interval_s": {
|
||||
"description": "Optional watchdog interval in seconds for roles that should behave as watchdogs.",
|
||||
"format": "int64",
|
||||
"minimum": 1.0,
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
||||
Reference in New Issue
Block a user