Interface TextPart (0.5.0)

A text part of a conversation with the model.

Inheritance

BasePart > TextPart

Package

@google-cloud/vertexai

Properties

file_data

file_data?: never;

file_data is not expected for TextPart.

functionCall

functionCall?: never;

functionCall is not expected for TextPart.

functionResponse

functionResponse?: never;

functionResponse is not expected for TextPart.

inline_data

inline_data?: never;

inline_data is not expected for TextPart.

text

text: string;

Only this property is expected for TextPart.