@prometheus-ags/universal-agent-runtime-sdk
    Preparing search index...

    Interface KnowledgeBaseInput

    interface KnowledgeBaseInput {
        config?: Record<string, JsonValue>;
        description?: string;
        name: string;
    }
    Index
    config?: Record<string, JsonValue>
    description?: string
    name: string