Class CodeExecutionUtils.CodeExecutionResult
java.lang.Object
com.google.adk.JsonBaseModel
com.google.adk.codeexecutors.CodeExecutionUtils.CodeExecutionResult
- Enclosing class:
CodeExecutionUtils
A structure that contains the result of code execution.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder forCodeExecutionUtils.CodeExecutionResult. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JsonBaseModel
fromJsonNode, fromJsonString, getMapper, toJson, toJsonNode, toJsonString
-
Constructor Details
-
CodeExecutionResult
public CodeExecutionResult()
-
-
Method Details
-
stdout
The standard output of the code execution. -
stderr
The standard error of the code execution. -
outputFiles
The output files from the code execution. -
builder
-