AiConversationFilePart
object
File part of a conversation with an agent. This can be used to send files to the agent or receive files from the agent. Maximum file size is 2MB.
Fields
bytes
String!
non-null
Legacy field: Base64-encoded file content when embedded directly in the message part.
uri
String!
non-null
Legacy field: URI reference when the file is stored externally.
name
String!
non-null
Legacy field: File name.
mimeType
String!
non-null
Legacy field: MIME type of the file.