Interface FunctionResponsePart (0.4.0)

A function response 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. {FileData} - [file_data]. file_data is not expected for FunctionResponsePart. FileData {never} - functionResponse. only functionResponse is expected for FunctionResponsePart. {never} - [functionCall]. functionCall is not expected for FunctionResponsePart.

Inheritance

BasePart > FunctionResponsePart

Package

@google-cloud/vertexai

Properties

file_data

file_data?: never;

functionCall

functionCall?: never;

functionResponse

functionResponse: FunctionResponse;

inline_data

inline_data?: never;

text

text?: never;