Class CodeExecutionResultDelta
java.lang.Object
com.google.genai.gaos.models.interactions.CodeExecutionResultDelta
- All Implemented Interfaces:
StepDeltaData
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCodeExecutionResultDelta(Boolean isError, String result, String signature) CodeExecutionResultDelta(String result) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()isError()result()A signature hash for backend validation.toString()type()withIsError(Boolean isError) withResult(String result) withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
CodeExecutionResultDelta
-
CodeExecutionResultDelta
-
-
Method Details
-
isError
-
result
-
signature
A signature hash for backend validation. -
type
- Specified by:
typein interfaceStepDeltaData
-
builder
-
withIsError
-
withResult
-
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-