Interface FunctionResponsePart (1.2.0)

A function response part of a conversation with the model.

Inheritance

BasePart > FunctionResponsePart

Package

@google-cloud/vertexai

Properties

fileData

fileData?: never;

fileData is not expected for FunctionResponsePart.

functionCall

functionCall?: never;

functionCall is not expected for FunctionResponsePart.

functionResponse

functionResponse: FunctionResponse;

Only this property is expected for FunctionResponsePart.

inlineData

inlineData?: never;

inlineData is not expected for FunctionResponsePart.

text

text?: never;

text is not expected for FunctionResponsePart.