Interface FileDataPart (0.5.0)

A file data part of a conversation with the model.

Inheritance

BasePart > FileDataPart

Package

@google-cloud/vertexai

Properties

file_data

file_data: FileData;

Only this property is expected for FileDataPart.

functionCall

functionCall?: never;

functionCall is not expected for FileDataPart.

functionResponse

functionResponse?: never;

functionResponse is not expected for FileDataPart.

inline_data

inline_data?: never;

inline_data is not expected for FileDataPart.

text

text?: never;

text is not expected for FileDataPart.