@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20241120 to 0.0.20241203
@@ -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: 20241120 | ||
// Revision: 20241203 | ||
@@ -225,2 +225,4 @@ /// <reference types="gapi.client" /> | ||
responseMimeType?: string; | ||
/** Optional. The modalities of the response. */ | ||
responseModalities?: string[]; | ||
/** Optional. The `Schema` object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema). If set, a compatible response_mime_type must also be set. Compatible mimetypes: `application/json`: Schema for JSON response. */ | ||
@@ -232,2 +234,4 @@ responseSchema?: GoogleCloudAiplatformV1beta1Schema; | ||
seed?: number; | ||
/** Optional. The speech generation config. */ | ||
speechConfig?: GoogleCloudAiplatformV1beta1SpeechConfig; | ||
/** Optional. Stop sequences. */ | ||
@@ -237,2 +241,4 @@ stopSequences?: string[]; | ||
temperature?: number; | ||
/** Optional. If specified, the token resolution specified will be used. */ | ||
tokenResolution?: string; | ||
/** Optional. If specified, top-k sampling will be used. */ | ||
@@ -339,2 +345,6 @@ topK?: number; | ||
} | ||
interface GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig { | ||
/** The name of the preset voice to use. */ | ||
voiceName?: string; | ||
} | ||
interface GoogleCloudAiplatformV1beta1RagRetrievalConfig { | ||
@@ -472,2 +482,6 @@ /** Optional. Config for filters. */ | ||
} | ||
interface GoogleCloudAiplatformV1beta1SpeechConfig { | ||
/** The configuration for the speaker to use. */ | ||
voiceConfig?: GoogleCloudAiplatformV1beta1VoiceConfig; | ||
} | ||
interface GoogleCloudAiplatformV1beta1Tool { | ||
@@ -478,2 +492,4 @@ /** Optional. CodeExecution tool type. Enables the model to execute code as part of generation. This field is only used by the Gemini Developer API services. */ | ||
functionDeclarations?: GoogleCloudAiplatformV1beta1FunctionDeclaration[]; | ||
/** Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. */ | ||
googleSearch?: any; | ||
/** Optional. GoogleSearchRetrieval tool type. Specialized retrieval tool that is powered by Google search. */ | ||
@@ -489,2 +505,3 @@ googleSearchRetrieval?: GoogleCloudAiplatformV1beta1GoogleSearchRetrieval; | ||
} | ||
interface GoogleCloudAiplatformV1beta1ToolGoogleSearch {} | ||
interface GoogleCloudAiplatformV1beta1VertexAISearch { | ||
@@ -518,2 +535,6 @@ /** Required. Fully-qualified Vertex AI Search data store resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}` */ | ||
} | ||
interface GoogleCloudAiplatformV1beta1VoiceConfig { | ||
/** The configuration for the prebuilt voice to use. */ | ||
prebuiltVoiceConfig?: GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig; | ||
} | ||
interface ModelOperationMetadata { | ||
@@ -520,0 +541,0 @@ basicOperationStatus?: string; |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta", | ||
"version": "0.0.20241120", | ||
"version": "0.0.20241203", | ||
"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
45561
727