Class CodeExecutionResultStep.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.CodeExecutionResultStep.Builder
- Enclosing class:
- CodeExecutionResultStep
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Required.Whether the code execution resulted in an error.Required.A signature hash for backend validation.
-
Method Details
-
callId
Required. ID to match the ID from the function call block. -
isError
Whether the code execution resulted in an error. -
result
Required. The output of the code execution. -
signature
A signature hash for backend validation. -
build
-