@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20240507 to 0.0.20240508
@@ -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: 20240507 | ||
// Revision: 20240508 | ||
@@ -178,2 +178,3 @@ /// <reference types="gapi.client" /> | ||
} | ||
interface GoogleSearchRetrieval {} | ||
interface GroundingMetadata { | ||
@@ -301,2 +302,4 @@ /** Optional. Queries executed by the retrieval tools. */ | ||
functionDeclarations?: FunctionDeclaration[]; | ||
/** Optional. GoogleSearchRetrieval tool type. Specialized retrieval tool that is powered by Google search. */ | ||
googleSearchRetrieval?: any; | ||
/** Optional. Retrieval tool type. System will always execute the provided retrieval tool(s) to get external knowledge to answer the prompt. Retrieval results are presented to the model for generation. */ | ||
@@ -303,0 +306,0 @@ retrieval?: Retrieval; |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta", | ||
"version": "0.0.20240507", | ||
"version": "0.0.20240508", | ||
"description": "TypeScript typings for Firebase ML API v2beta", | ||
@@ -5,0 +5,0 @@ "repository": { |
29903
523