Class GoogleSearchResultStep.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.GoogleSearchResultStep.Builder
- Enclosing class:
- GoogleSearchResultStep
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Required.Whether the Google Search resulted in an error.result(List<GoogleSearchResult> result) Required.A signature hash for backend validation.
-
Method Details
-
callId
Required. ID to match the ID from the function call block. -
isError
Whether the Google Search resulted in an error. -
result
Required. The results of the Google Search. -
signature
A signature hash for backend validation. -
build
-