@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20240410 to 0.0.20240419
@@ -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: 20240410 | ||
// Revision: 20240419 | ||
@@ -179,2 +179,4 @@ /// <reference types="gapi.client" /> | ||
retrievalQueries?: string[]; | ||
/** Optional. Google search entry for the following-up web searches. */ | ||
searchEntryPoint?: SearchEntryPoint; | ||
/** Optional. Web search queries for the following-up web search. */ | ||
@@ -282,2 +284,8 @@ webSearchQueries?: string[]; | ||
} | ||
interface SearchEntryPoint { | ||
/** Optional. Web content snippet that can be embedded in a web page or an app webview. */ | ||
renderedContent?: string; | ||
/** Optional. Base64 encoded JSON representing array of tuple. */ | ||
sdkBlob?: string; | ||
} | ||
interface Tool { | ||
@@ -284,0 +292,0 @@ /** Optional. Function tool type. One or more function declarations to be passed to the model along with the current user query. Model may decide to call a subset of these functions by populating FunctionCall in the response. User should provide a FunctionResponse for each function call in the next turn. Based on the function responses, Model will generate the final response back to the user. Maximum 64 function declarations can be provided. */ |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta", | ||
"version": "0.0.20240410", | ||
"version": "0.0.20240419", | ||
"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
29193
510