mirror of
https://github.com/openai/codex.git
synced 2026-04-30 03:12:20 +03:00
feat: make interrupt state not final for multi-agents
This commit is contained in:
@@ -46,6 +46,13 @@
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"description": "Agent's current turn was interrupted and it may receive more input.",
|
||||
"enum": [
|
||||
"interrupted"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"additionalProperties": false,
|
||||
"description": "Agent is done. Contains the final assistant message.",
|
||||
|
||||
Reference in New Issue
Block a user