Class CodeExecutionUtils.CodeExecutionInput
java.lang.Object
com.google.adk.JsonBaseModel
com.google.adk.codeexecutors.CodeExecutionUtils.CodeExecutionInput
- Enclosing class:
CodeExecutionUtils
A structure that contains the input of code execution.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()abstract Stringcode()The code to execute.The execution ID for the stateful code execution.abstract com.google.common.collect.ImmutableList<CodeExecutionUtils.File> The input files available to the code.Methods inherited from class JsonBaseModel
fromJsonNode, fromJsonString, getMapper, toJson, toJsonNode, toJsonString
-
Constructor Details
-
CodeExecutionInput
public CodeExecutionInput()
-
-
Method Details
-
code
The code to execute. -
inputFiles
The input files available to the code. -
executionId
-
builder
-