ByteContentFile

The property contains the file to chat with, along with its attributes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The raw bytes of the file to attach. The maximum size of all files that is attached is 10MB. You can attach a maximum of 5 files.

Link copied to clipboard

The MIME type of data contained in the file used for chat.

Functions

Link copied to clipboard
inline fun copy(block: ByteContentFile.Builder.() -> Unit = {}): ByteContentFile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String