chore: interrupted as state (#16426)

This commit is contained in:
jif-oai
2026-04-01 12:26:29 +02:00
committed by GitHub
parent df5f79da36
commit 609ac0c7ab
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ fn agent_status_output_schema() -> Value {
"oneOf": [
{
"type": "string",
"enum": ["pending_init", "running", "shutdown", "not_found"]
"enum": ["pending_init", "running", "interrupted", "shutdown", "not_found"]
},
{
"type": "object",