@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20241218 to 0.0.20241231
@@ -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: 20241218 | ||
// Revision: 20241231 | ||
@@ -392,2 +392,8 @@ /// <reference types="gapi.client" /> | ||
} | ||
interface GoogleCloudAiplatformV1beta1RetrievalConfig { | ||
/** The language code of the user. */ | ||
languageCode?: string; | ||
/** The location of the user. */ | ||
latLng?: LatLng; | ||
} | ||
interface GoogleCloudAiplatformV1beta1RetrievalMetadata { | ||
@@ -501,2 +507,4 @@ /** Optional. Score indicating how likely information from Google Search could help answer the prompt. The score is in the range `[0, 1]`, where 0 is the least likely and 1 is the most likely. This score is only populated when Google Search grounding and dynamic retrieval is enabled. It will be compared to the threshold to determine whether to trigger Google Search. */ | ||
functionCallingConfig?: GoogleCloudAiplatformV1beta1FunctionCallingConfig; | ||
/** Optional. Retrieval config. */ | ||
retrievalConfig?: GoogleCloudAiplatformV1beta1RetrievalConfig; | ||
} | ||
@@ -536,2 +544,8 @@ interface GoogleCloudAiplatformV1beta1ToolGoogleSearch {} | ||
} | ||
interface LatLng { | ||
/** The latitude in degrees. It must be in the range [-90.0, +90.0]. */ | ||
latitude?: number; | ||
/** The longitude in degrees. It must be in the range [-180.0, +180.0]. */ | ||
longitude?: number; | ||
} | ||
interface ModelOperationMetadata { | ||
@@ -538,0 +552,0 @@ basicOperationStatus?: string; |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta", | ||
"version": "0.0.20241218", | ||
"version": "0.0.20241231", | ||
"description": "TypeScript typings for Firebase ML API v2beta", | ||
@@ -5,0 +5,0 @@ "repository": { |
46211
743