Interface FunctionCallPart (0.5.0)

A function call part of a conversation with the model.

Inheritance

BasePart > FunctionCallPart

Package

@google-cloud/vertexai

Properties

file_data

file_data?: never;

file_data is not expected for FunctionCallPart.

functionCall

functionCall: FunctionCall;

Only this property is expected for FunctionCallPart.

functionResponse

functionResponse?: never;

functionResponse is not expected for FunctionCallPart.

inline_data

inline_data?: never;

inline_data is not expected for FunctionCallPart.

text

text?: never;

text is not expected for FunctionCallPart.