|
@@ -8227,6 +8227,16 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ },
|
|
|
|
|
+ "503": {
|
|
|
|
|
+ "description": "ServiceUnavailableError",
|
|
|
|
|
+ "content": {
|
|
|
|
|
+ "application/json": {
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/components/schemas/ServiceUnavailableError"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"description": "Create a v2 session message and queue it for the agent loop.",
|
|
"description": "Create a v2 session message and queue it for the agent loop.",
|
|
@@ -8323,6 +8333,16 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ },
|
|
|
|
|
+ "503": {
|
|
|
|
|
+ "description": "ServiceUnavailableError",
|
|
|
|
|
+ "content": {
|
|
|
|
|
+ "application/json": {
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/components/schemas/ServiceUnavailableError"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"description": "Compact a v2 session conversation.",
|
|
"description": "Compact a v2 session conversation.",
|
|
@@ -8400,6 +8420,16 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ },
|
|
|
|
|
+ "503": {
|
|
|
|
|
+ "description": "ServiceUnavailableError",
|
|
|
|
|
+ "content": {
|
|
|
|
|
+ "application/json": {
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "$ref": "#/components/schemas/ServiceUnavailableError"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"description": "Wait for a v2 session agent loop to become idle.",
|
|
"description": "Wait for a v2 session agent loop to become idle.",
|
|
@@ -15685,6 +15715,23 @@
|
|
|
"required": ["_tag", "sessionID", "message"],
|
|
"required": ["_tag", "sessionID", "message"],
|
|
|
"additionalProperties": false
|
|
"additionalProperties": false
|
|
|
},
|
|
},
|
|
|
|
|
+ "ServiceUnavailableError": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "_tag": {
|
|
|
|
|
+ "type": "string",
|
|
|
|
|
+ "enum": ["ServiceUnavailableError"]
|
|
|
|
|
+ },
|
|
|
|
|
+ "message": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "service": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "required": ["_tag", "message"],
|
|
|
|
|
+ "additionalProperties": false
|
|
|
|
|
+ },
|
|
|
"V2SessionMessagesResponse": {
|
|
"V2SessionMessagesResponse": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|
|
@@ -15710,23 +15757,6 @@
|
|
|
"required": ["items", "cursor"],
|
|
"required": ["items", "cursor"],
|
|
|
"additionalProperties": false
|
|
"additionalProperties": false
|
|
|
},
|
|
},
|
|
|
- "ServiceUnavailableError": {
|
|
|
|
|
- "type": "object",
|
|
|
|
|
- "properties": {
|
|
|
|
|
- "_tag": {
|
|
|
|
|
- "type": "string",
|
|
|
|
|
- "enum": ["ServiceUnavailableError"]
|
|
|
|
|
- },
|
|
|
|
|
- "message": {
|
|
|
|
|
- "type": "string"
|
|
|
|
|
- },
|
|
|
|
|
- "service": {
|
|
|
|
|
- "type": "string"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
- "required": ["_tag", "message"],
|
|
|
|
|
- "additionalProperties": false
|
|
|
|
|
- },
|
|
|
|
|
"ProviderNotFoundError": {
|
|
"ProviderNotFoundError": {
|
|
|
"type": "object",
|
|
"type": "object",
|
|
|
"properties": {
|
|
"properties": {
|