@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20250119 to 0.0.20250120
@@ -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: 20250119 | ||
// Revision: 20250120 | ||
@@ -249,2 +249,4 @@ /// <reference types="gapi.client" /> | ||
temperature?: number; | ||
/** Optional. Config for thinking features. An error will be returned if this field is set for models that don't support thinking. */ | ||
thinkingConfig?: GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig; | ||
/** Optional. If specified, top-k sampling will be used. */ | ||
@@ -269,2 +271,6 @@ topK?: number; | ||
} | ||
interface GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig { | ||
/** Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available. */ | ||
includeThoughts?: boolean; | ||
} | ||
interface GoogleCloudAiplatformV1beta1GoogleSearchRetrieval { | ||
@@ -271,0 +277,0 @@ /** Specifies the dynamic retrieval configuration for the given source. */ |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta", | ||
"version": "0.0.20250119", | ||
"version": "0.0.20250120", | ||
"description": "TypeScript typings for Firebase ML API v2beta", | ||
@@ -5,0 +5,0 @@ "repository": { |
47457
757
29