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

    Interface ChatDBSearchResult

    interface ChatDBSearchResult {
        answerPrompt: string;
        relateTables: unknown[];
    }
    Index

    Properties

    answerPrompt: string
    relateTables: unknown[]