Interface FunctionCallPart (0.4.0)

A function call part of a conversation with the model. {never} - [text]. text is not expected for FunctionResponsePart. {never} - [inline_data]. inline_data is not expected for FunctionResponsePart. {never} - [file_data]. file_data is not expected for FunctionResponsePart. FileData {never} - [functionResponse]. functionResponse is not expected for FunctionResponsePart. {FunctionCall} - functionCall. only functionCall is expected for FunctionCallPart.

Inheritance

BasePart > FunctionCallPart

Package

@google-cloud/vertexai

Properties

file_data

file_data?: never;

functionCall

functionCall: FunctionCall;

functionResponse

functionResponse?: never;

inline_data

inline_data?: never;

text

text?: never;