Class RetrievalCallStep.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.RetrievalCallStep.Builder
- Enclosing class:
- RetrievalCallStep
-
Method Summary
Modifier and TypeMethodDescriptionarguments(RetrievalCallArguments arguments) The arguments to pass to Retrieval tools.build()Required.retrievalType(RetrievalCallStepRetrievalType retrievalType) The type of retrieval tools.A signature hash for backend validation.
-
Method Details
-
arguments
The arguments to pass to Retrieval tools. -
id
Required. A unique ID for this specific tool call. -
retrievalType
public RetrievalCallStep.Builder retrievalType(@Nullable RetrievalCallStepRetrievalType retrievalType) The type of retrieval tools. -
signature
A signature hash for backend validation. -
build
-