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

    Interface ChatHistoryItem

    interface ChatHistoryItem {
        content: string;
        role: string;
    }
    Index

    Properties

    Properties

    content: string
    role: string