ChatMessageTextContentItem interface

A structured chat content item containing plain text.

Extends

Properties

text

The content of the message.

type

The discriminated object type: always 'text' for this type.

Property Details

text

The content of the message.

text: string

Property Value

string

type

The discriminated object type: always 'text' for this type.

type: "text"

Property Value

"text"