Interfaccia TextPart (0.4.0)

Un testo che fa parte di una conversazione con il modello. {string}: testo. È prevista solo questa proprietà per TextPart. {never} - [inline_data]. L'attributo inline_data non è previsto per TextPart. {never} - [file_data]. file_data non è previsto per TextPart. {never} - [functionResponse]. Non è prevista una funzione FunctionsResponse per TextPart. {never} - [functionCall]. La chiamata di funzione non è prevista per TextPart.

Ereditarietà

BasePart > TextPart

Pacchetto

@google-cloud/vertexai

Proprietà

file_data

file_data?: never;

functionCall

functionCall?: never;

functionResponse

functionResponse?: never;

inline_data

inline_data?: never;

testo

text: string;