Class CodeExecutionCallStep.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.CodeExecutionCallStep.Builder
- Enclosing class:
- CodeExecutionCallStep
-
Method Summary
Modifier and TypeMethodDescriptionarguments(CodeExecutionCallArguments arguments) The arguments to pass to the code execution.build()Required.A signature hash for backend validation.
-
Method Details
-
arguments
The arguments to pass to the code execution. -
id
Required. A unique ID for this specific tool call. -
signature
A signature hash for backend validation. -
build
-