Interfaccia InlineDataPart (0.4.0)

Una parte di dati in linea di una conversazione con il modello. {never} - [text]. testo non previsto per InlineDataPart. {GenerativeContentBlob} - inline_data. Per InlineDataPart è prevista solo questa proprietà. GenerativeContentBlob {never} - [file_data]. file_data non è previsto per InlineDataPart. {never} - [functionResponse]. La funzione non è prevista per InlineDataPart. {never} - [functionCall]. La chiamata di funzione non è prevista per InlineDataPart.

Ereditarietà

BasePart > InlineDataPart

Pacchetto

@google-cloud/vertexai

Proprietà

file_data

file_data?: never;

functionCall

functionCall?: never;

functionResponse

functionResponse?: never;

inline_data

inline_data: GenerativeContentBlob;

testo

text?: never;