@cloudbase/aiagent-framework
    Preparing search index...

    Interface ChatKnowledgeDataEvent

    interface ChatKnowledgeDataEvent {
        code?: string;
        content: string;
        created: number;
        documents: KnowledgeBaseDocument[];
        finishReason: string;
        knowledgeBase: string[];
        knowledgeMeta: string[];
        message?: string;
        role: "assistant";
        type: "knowledge";
    }

    Hierarchy (View Summary)

    Index

    Properties

    code?: string
    content: string
    created: number
    finishReason: string
    knowledgeBase: string[]
    knowledgeMeta: string[]
    message?: string
    role: "assistant"
    type: "knowledge"