Package version:

Interface KnowledgeBaseMessage

The natural language message style object.

interface KnowledgeBaseMessage {
    content: KnowledgeBaseMessageContent[];
    role?: string;
}

Properties

Properties

role?: string

The role of the tool response.