@convo-lang/convo-lang
Version:
The language of AI
6 lines • 313 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.convoDocResultFormatVersion = void 0;
// update this value anytime a cached document result could be incompatible with ConvoDocQueryResult
exports.convoDocResultFormatVersion = 2;
//# sourceMappingURL=convo-lang-doc-types.js.map