AI-generated Key Takeaways
-
The data describes a file sent by a user, providing key details about it.
-
The file's MIME type, size in bytes, name, and URI are included in the data.
-
mimeType
is a string field representing the file's MIME type. -
fileSizeBytes
represents an integer value indicating the file's size in bytes. -
fileName
andfileUri
represent the name and URI of the sent file respectively, and are both strings.
Information about a file sent from a user to the agent.
JSON representation |
---|
{ "mimeType": string, "fileSizeBytes": integer, "fileName": string, "fileUri": string } |
Fields | |
---|---|
mimeType |
MIME type of the file. |
fileSizeBytes |
Size of file (in bytes). |
fileName |
Name of the file. |
fileUri |
URI of the file. |