Interface TextChatUserContentsTextChatUserTextContent

The definition of a user text content.

interface TextChatUserContentsTextChatUserTextContent {
    text: string;
    type: string;
}

Hierarchy (view full)

Properties

Properties

text: string

The text content.

type: string

The type of the user content.