Class CodeExecutionCallDelta
java.lang.Object
com.google.genai.gaos.models.interactions.CodeExecutionCallDelta
- All Implemented Interfaces:
StepDeltaData
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCodeExecutionCallDelta(CodeExecutionCallArguments arguments) CodeExecutionCallDelta(CodeExecutionCallArguments arguments, String signature) -
Method Summary
Modifier and TypeMethodDescriptionThe arguments to pass to the code execution.builder()booleaninthashCode()A signature hash for backend validation.toString()type()withArguments(CodeExecutionCallArguments arguments) The arguments to pass to the code execution.withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
CodeExecutionCallDelta
public CodeExecutionCallDelta(@Nonnull CodeExecutionCallArguments arguments, @Nullable String signature) -
CodeExecutionCallDelta
-
-
Method Details
-
arguments
The arguments to pass to the code execution. -
signature
A signature hash for backend validation. -
type
- Specified by:
typein interfaceStepDeltaData
-
builder
-
withArguments
The arguments to pass to the code execution. -
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-