Package version:

Interface BaseKnowledgeBaseMessageContent

Specifies the type of the message content.

interface BaseKnowledgeBaseMessageContent {
    type: "text" | "image";
}

Hierarchy (view full)

Properties

Properties

type: "text" | "image"

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