Class GoogleSearchCallStep.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.GoogleSearchCallStep.Builder
- Enclosing class:
- GoogleSearchCallStep
-
Method Summary
Modifier and TypeMethodDescriptionarguments(GoogleSearchCallArguments arguments) The arguments to pass to Google Search.build()Required.searchType(GoogleSearchCallStepSearchType searchType) The type of search grounding enabled.A signature hash for backend validation.
-
Method Details
-
arguments
The arguments to pass to Google Search. -
id
Required. A unique ID for this specific tool call. -
searchType
The type of search grounding enabled. -
signature
A signature hash for backend validation. -
build
-