Class RetrievalCallDelta.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.RetrievalCallDelta.Builder
- Enclosing class:
- RetrievalCallDelta
-
Method Summary
Modifier and TypeMethodDescriptionarguments(RetrievalCallArguments arguments) The arguments to pass to Retrieval tools.build()retrievalType(RetrievalCallDeltaRetrievalType retrievalType) The type of retrieval tools.A signature hash for backend validation.
-
Method Details
-
arguments
The arguments to pass to Retrieval tools. -
retrievalType
public RetrievalCallDelta.Builder retrievalType(@Nullable RetrievalCallDeltaRetrievalType retrievalType) The type of retrieval tools. -
signature
A signature hash for backend validation. -
build
-