Interface FunctionResponsePart (0.5.0)

A function response part of a conversation with the model.

Inheritance

BasePart > FunctionResponsePart

Package

@google-cloud/vertexai

Properties

file_data

file_data?: never;

file_data is not expected for FunctionResponsePart.

functionCall

functionCall?: never;

functionCall is not expected for FunctionResponsePart.

functionResponse

functionResponse: FunctionResponse;

Only this property is expected for FunctionResponsePart.

inline_data

inline_data?: never;

inline_data is not expected for FunctionResponsePart.

text

text?: never;

text is not expected for FunctionResponsePart.