Class FunctionCallStep.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.FunctionCallStep.Builder
- Enclosing class:
- FunctionCallStep
-
Method Summary
-
Method Details
-
arguments
Required. The arguments to pass to the function. -
id
Required. A unique ID for this specific tool call. -
name
Required. The name of the tool to call. -
build
-