You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-reference/rest/openapi.json
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"openapi": "3.1.0",
3
3
"info": {
4
4
"title": "ADK REST API Reference",
5
-
"version": "1.31.0"
5
+
"version": "1.32.0"
6
6
},
7
7
"paths": {
8
8
"/health": {
@@ -6549,6 +6549,18 @@
6549
6549
],
6550
6550
"title": "Filesearchstore",
6551
6551
"description": "Optional. Name of the `FileSearchStore` containing the document. Example: `fileSearchStores/123`. This field is not supported in Vertex AI."
6552
+
},
6553
+
"pageNumber": {
6554
+
"anyOf": [
6555
+
{
6556
+
"type": "integer"
6557
+
},
6558
+
{
6559
+
"type": "null"
6560
+
}
6561
+
],
6562
+
"title": "Pagenumber",
6563
+
"description": "Optional. Page number of the retrieved context. This field is not supported in Vertex AI."
0 commit comments