mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
feat: fix openapi.json
This commit is contained in:
@@ -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."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user