Class CodeExecutionUtils.File
java.lang.Object
com.google.adk.JsonBaseModel
com.google.adk.codeexecutors.CodeExecutionUtils.File
- Enclosing class:
CodeExecutionUtils
A structure that contains a file name and its content.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JsonBaseModel
fromJsonNode, fromJsonString, getMapper, toJson, toJsonNode, toJsonString
-
Constructor Details
-
File
public File()
-
-
Method Details
-
name
The name of the file with file extension (e.g., "file.csv"). -
content
The base64-encoded bytes of the file content. -
mimeType
The mime type of the file (e.g., "image/png"). -
builder
-