Class CodeExecutionCallStep
java.lang.Object
com.google.genai.gaos.models.interactions.CodeExecutionCallStep
- All Implemented Interfaces:
Step
CodeExecutionCallStep
Code execution call step.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCodeExecutionCallStep(CodeExecutionCallArguments arguments, String id) CodeExecutionCallStep(CodeExecutionCallArguments arguments, String id, String signature) -
Method Summary
Modifier and TypeMethodDescriptionThe arguments to pass to the code execution.builder()booleaninthashCode()id()Required.A signature hash for backend validation.toString()type()withArguments(CodeExecutionCallArguments arguments) The arguments to pass to the code execution.Required.withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
CodeExecutionCallStep
public CodeExecutionCallStep(@Nonnull CodeExecutionCallArguments arguments, @Nonnull String id, @Nullable String signature) -
CodeExecutionCallStep
-
-
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. -
type
-
builder
-
withArguments
The arguments to pass to the code execution. -
withId
Required. A unique ID for this specific tool call. -
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-