Package version:

Interface KnowledgeBaseMessageTextContent

Text message type.

interface KnowledgeBaseMessageTextContent {
    text: string;
    type: "text";
}

Hierarchy (view full)

Properties

Properties

text: string
type

Polymorphic discriminator, which specifies the different types this object can be