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
#### firebaseml:v2beta
The following keys were added:
- schemas.GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata.properties.cachedContentTokenCount.description
- schemas.GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata.properties.cachedContentTokenCount.format
- schemas.GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata.properties.cachedContentTokenCount.readOnly
- schemas.GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata.properties.cachedContentTokenCount.type
- schemas.GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata.properties.totalTokenCount.description
The following keys were changed:
- schemas.GoogleCloudAiplatformV1beta1FunctionResponse.properties.response.description
- schemas.GoogleCloudAiplatformV1beta1Schema.description
Copy file name to clipboardExpand all lines: discovery/firebaseml-v2beta.json
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@
206
206
}
207
207
}
208
208
},
209
-
"revision": "20240813",
209
+
"revision": "20240821",
210
210
"rootUrl": "https://firebaseml.googleapis.com/",
211
211
"schemas": {
212
212
"Date": {
@@ -548,7 +548,7 @@
548
548
"description": "Properties of the object.",
549
549
"type": "any"
550
550
},
551
-
"description": "Required. The function response in JSON object format.",
551
+
"description": "Required. The function response in JSON object format. Use \"output\" key to specify function output and \"error\" key to specify error details (if any). If \"output\" and \"error\" keys are not specified, then whole \"response\" is treated as function output.",
552
552
"type": "object"
553
553
}
554
554
},
@@ -665,6 +665,12 @@
665
665
"description": "Usage metadata about response(s).",
"description": "Output only. Number of tokens in the cached part in the input (the cached content).",
670
+
"format": "int32",
671
+
"readOnly": true,
672
+
"type": "integer"
673
+
},
668
674
"candidatesTokenCount": {
669
675
"description": "Number of tokens in the response(s).",
670
676
"format": "int32",
@@ -676,6 +682,7 @@
676
682
"type": "integer"
677
683
},
678
684
"totalTokenCount": {
685
+
"description": "Total token count for prompt and response candidates.",
679
686
"format": "int32",
680
687
"type": "integer"
681
688
}
@@ -1104,7 +1111,7 @@
1104
1111
"type": "object"
1105
1112
},
1106
1113
"GoogleCloudAiplatformV1beta1Schema": {
1107
-
"description": "Schema is used to define the format of input/output data. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema). More fields may be added in the future as needed.",
1114
+
"description": "Schema is used to define the format of input/output data. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema-object). More fields may be added in the future as needed.",
* Required. The function response in JSON object format.
352
+
* Required. The function response in JSON object format. Use "output" key to specify function output and "error" key to specify error details (if any). If "output" and "error" keys are not specified, then whole "response" is treated as function output.
* Number of tokens in the request. When `cached_content` is set, this is still the total effective prompt size meaning this includes the number of tokens in the cached content.
433
437
*/
434
438
promptTokenCount?: number|null;
439
+
/**
440
+
* Total token count for prompt and response candidates.
* Schema is used to define the format of input/output data. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema). More fields may be added in the future as needed.
706
+
* Schema is used to define the format of input/output data. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema-object). More fields may be added in the future as needed.
0 commit comments