We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47896dd commit 2392b42Copy full SHA for 2392b42
1 file changed
docs/api-reference/rest/openapi.json
@@ -2,7 +2,7 @@
2
"openapi": "3.1.0",
3
"info": {
4
"title": "ADK REST API Reference",
5
- "version": "1.32.0"
+ "version": "1.33.0"
6
},
7
"paths": {
8
"/health": {
@@ -6561,6 +6561,18 @@
6561
],
6562
"title": "Pagenumber",
6563
"description": "Optional. Page number of the retrieved context. This field is not supported in Vertex AI."
6564
+ },
6565
+ "mediaId": {
6566
+ "anyOf": [
6567
+ {
6568
+ "type": "string"
6569
6570
6571
+ "type": "null"
6572
+ }
6573
+ ],
6574
+ "title": "Mediaid",
6575
+ "description": "Optional. Media ID. This field is not supported in Vertex AI."
6576
}
6577
6578
"additionalProperties": false,
0 commit comments