@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20240702 to 0.0.20240703
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Firebase ML API v2beta 0.0 */ | ||
// Generated from: https://firebaseml.googleapis.com/$discovery/rest?version=v2beta | ||
// Revision: 20240702 | ||
// Revision: 20240703 | ||
@@ -61,2 +61,4 @@ /// <reference types="gapi.client" /> | ||
safetyRatings?: GoogleCloudAiplatformV1beta1SafetyRating[]; | ||
/** Output only. Confidence score of the candidate. */ | ||
score?: number; | ||
} | ||
@@ -94,2 +96,6 @@ interface GoogleCloudAiplatformV1beta1Citation { | ||
model?: string; | ||
/** Optional. The user provided system instructions for the model. Note: only text should be used in parts and content in each part will be in a separate paragraph. */ | ||
systemInstruction?: GoogleCloudAiplatformV1beta1Content; | ||
/** Optional. A list of `Tools` the model may use to generate the next response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. */ | ||
tools?: GoogleCloudAiplatformV1beta1Tool[]; | ||
} | ||
@@ -96,0 +102,0 @@ interface GoogleCloudAiplatformV1beta1CountTokensResponse { |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta", | ||
"version": "0.0.20240702", | ||
"version": "0.0.20240703", | ||
"description": "TypeScript typings for Firebase ML API v2beta", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35719
573
25