Interface TextPart (0.4.0)

A text part of a conversation with the model. {string} - text. Only this propery is expected for TextPart. {never} - [inline_data]. inline_data is not expected for TextPart. {never} - [file_data]. file_data is not expected for TextPart. {never} - [functionResponse]. functionResponse is not expected for TextPart. {never} - [functionCall]. functionCall is not expected for TextPart.

Inheritance

BasePart > TextPart

Package

@google-cloud/vertexai

Properties

file_data

file_data?: never;

functionCall

functionCall?: never;

functionResponse

functionResponse?: never;

inline_data

inline_data?: never;

text

text: string;