feat: fix openapi.json

This commit is contained in:
Zamil Majdy
2026-02-24 02:33:18 +07:00
parent 2663ac2377
commit db281f1bd0

View File

@@ -6500,11 +6500,11 @@
},
"ActiveStreamInfo": {
"properties": {
"task_id": { "type": "string", "title": "Task Id" },
"turn_id": { "type": "string", "title": "Turn Id" },
"last_message_id": { "type": "string", "title": "Last Message Id" }
},
"type": "object",
"required": ["task_id", "last_message_id"],
"required": ["turn_id", "last_message_id"],
"title": "ActiveStreamInfo",
"description": "Information about an active stream for reconnection."
},