@@ -117,6 +117,9 @@ import type { ThoughtStep as ThoughtStep$Import } from "./models/interactions/th
117117import type { ThoughtSummaryDelta as ThoughtSummaryDelta$Import } from "./models/interactions/thought-summary-delta.js" ;
118118import type { ToolChoiceConfig as ToolChoiceConfig$Import } from "./models/interactions/tool-choice-config.js" ;
119119import type { ToolChoiceType as ToolChoiceType$Import } from "./models/interactions/tool-choice-type.js" ;
120+ import type { ToolSearchCallDelta as ToolSearchCallDelta$Import } from "./models/interactions/tool-search-call-delta.js" ;
121+ import type { ToolSearchResultDelta as ToolSearchResultDelta$Import } from "./models/interactions/tool-search-result-delta.js" ;
122+ import type { ToolSearch as ToolSearch$Import } from "./models/interactions/tool-search.js" ;
120123import type { Tool as Tool$Import } from "./models/interactions/tool.js" ;
121124import type { TranscriptionConfig as TranscriptionConfig$Import } from "./models/interactions/transcription-config.js" ;
122125import type { URLCitation as URLCitation$Import } from "./models/interactions/url-citation.js" ;
@@ -318,6 +321,8 @@ type Text$ = TextDelta$Import;
318321type TextAnnotationDelta$ = TextAnnotationDelta$Import ;
319322type ThoughtSignature$ = ThoughtSignatureDelta$Import ;
320323type ThoughtSummary$ = ThoughtSummaryDelta$Import ;
324+ type ToolSearchCall$ = ToolSearchCallDelta$Import ;
325+ type ToolSearchResult$ = ToolSearchResultDelta$Import ;
321326type URLContextCall$ = URLContextCallDelta$Import ;
322327type URLContextResult$2 = URLContextResultDelta$Import ;
323328type Video$ = VideoDelta$Import ;
@@ -328,6 +333,7 @@ type GoogleMaps$ = GoogleMaps$Import;
328333type GoogleSearch$ = GoogleSearch$Import ;
329334type MCPServer$ = MCPServer$Import ;
330335type Retrieval$ = Retrieval$Import ;
336+ type ToolSearch$ = ToolSearch$Import ;
331337type URLContext$ = URLContext$Import ;
332338type VertexAISearchConfig$ = VertexAISearchConfig$Import ;
333339type Arguments$5 = URLContextCallArguments$Import ;
@@ -504,6 +510,9 @@ export type ThoughtSummary = ThoughtSummary$;
504510export type Tool = Tool$ ;
505511export type ToolChoiceConfig = ToolChoiceConfig$ ;
506512export type ToolChoiceType = ToolChoiceType$ ;
513+ export type ToolSearch = ToolSearch$ ;
514+ export type ToolSearchCall = ToolSearchCall$ ;
515+ export type ToolSearchResult = ToolSearchResult$ ;
507516export type ToolUseTokensByModality = ToolUseTokensByModality$ ;
508517export type TranscriptionConfig = TranscriptionConfig$ ;
509518export type Trigger = Trigger$ ;
@@ -741,6 +750,8 @@ export declare namespace Interactions {
741750 export type TextAnnotationDelta = TextAnnotationDelta$ ;
742751 export type ThoughtSignature = ThoughtSignature$ ;
743752 export type ThoughtSummary = ThoughtSummary$ ;
753+ export type ToolSearchCall = ToolSearchCall$ ;
754+ export type ToolSearchResult = ToolSearchResult$ ;
744755 export type URLContextCall = URLContextCall$ ;
745756 export type URLContextResult = URLContextResult$2 ;
746757 export type Video = Video$ ;
@@ -753,6 +764,7 @@ export declare namespace Interactions {
753764 export type GoogleSearch = GoogleSearch$ ;
754765 export type MCPServer = MCPServer$ ;
755766 export interface Retrieval extends Retrieval$ { }
767+ export type ToolSearch = ToolSearch$ ;
756768 export type URLContext = URLContext$ ;
757769 export namespace Retrieval {
758770 export type VertexAISearchConfig = VertexAISearchConfig$ ;
0 commit comments