FunctionResponsePart

@Serializable
data class FunctionResponsePart(val inlineData: FunctionResponseBlob? = null, val fileData: FunctionResponseFileData? = null)

A datatype containing media that is part of a FunctionResponse message. A FunctionResponsePart consists of data which has an associated datatype. A FunctionResponsePart can only contain one of the accepted types in FunctionResponsePart.data. A FunctionResponsePart must have a fixed IANA MIME type identifying the type and subtype of the media if the inline_data field is filled with raw bytes.

Constructors

Link copied to clipboard
constructor(inlineData: FunctionResponseBlob? = null, fileData: FunctionResponseFileData? = null)

Properties

Link copied to clipboard

URI based data. This field is not supported in Gemini API.

Link copied to clipboard

Inline media bytes.