Interfaccia FunctionResponsePart (0.4.0)

Una risposta funzione che fa parte di una conversazione con il modello. {never} - [text]. testo non previsto per FunctionResponsePart. {never} - [inline_data]. L'attributo inline_data non è previsto per FunctionResponsePart. {FileData} - [file_data]. file_data non è previsto per FunctionResponsePart. FileData {never} - functionResponse. Per FunctionResponsePart è prevista solo funzioneResponse. {never} - [functionCall]. La chiamata di funzione non è prevista per FunctionResponsePart.

Ereditarietà

BasePart > FunctionResponsePart

Pacchetto

@google-cloud/vertexai

Proprietà

file_data

file_data?: never;

functionCall

functionCall?: never;

functionResponse

functionResponse: FunctionResponse;

inline_data

inline_data?: never;

testo

text?: never;