Interfaccia FunctionCallPart (0.4.0)

Una chiamata di 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. {never} - [file_data]. file_data non è previsto per FunctionResponsePart. FileData {never} - [functionResponse]. La risposta di funzione non è prevista per FunctionResponsePart. {FunctionCall} - funzione solo funzione Call. è prevista la chiamata per FunctionCallPart.

Ereditarietà

BasePart > FunctionCallPart

Pacchetto

@google-cloud/vertexai

Proprietà

file_data

file_data?: never;

functionCall

functionCall: FunctionCall;

functionResponse

functionResponse?: never;

inline_data

inline_data?: never;

testo

text?: never;