UNPKG

@future-agi/sdk

Version:

We help GenAI teams maintain high-accuracy for their Models in production.

11 lines 823 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KnowledgeBase = exports.CONTENT_TYPE_MAP = exports.SUPPORTED_FILE_TYPES = exports.StatusType = void 0; // Export runtime values var types_1 = require("./types"); Object.defineProperty(exports, "StatusType", { enumerable: true, get: function () { return types_1.StatusType; } }); Object.defineProperty(exports, "SUPPORTED_FILE_TYPES", { enumerable: true, get: function () { return types_1.SUPPORTED_FILE_TYPES; } }); Object.defineProperty(exports, "CONTENT_TYPE_MAP", { enumerable: true, get: function () { return types_1.CONTENT_TYPE_MAP; } }); var client_1 = require("./client"); Object.defineProperty(exports, "KnowledgeBase", { enumerable: true, get: function () { return client_1.KnowledgeBase; } }); //# sourceMappingURL=index.js.map