Interface FunctionCallPart (1.1.0)

A function call part of a conversation with the model.

Inheritance

BasePart > FunctionCallPart

Package

@google-cloud/vertexai

Properties

fileData

fileData?: never;

fileData is not expected for FunctionCallPart.

functionCall

functionCall: FunctionCall;

Only this property is expected for FunctionCallPart.

functionResponse

functionResponse?: never;

functionResponse is not expected for FunctionCallPart.

inlineData

inlineData?: never;

inlineData is not expected for FunctionCallPart.

text

text?: never;

text is not expected for FunctionCallPart.