UNPKG

@memori.ai/memori-react

Version:

[![npm version](https://img.shields.io/github/package-json/v/memori-ai/memori-react)](https://www.npmjs.com/package/@memori.ai/memori-react) ![Tests](https://github.com/memori-ai/memori-react/workflows/CI/badge.svg?branch=main) ![TypeScript Support](https

32 lines (31 loc) 885 B
export declare const chatLanguages: { value: string; label: string; }[]; export declare const uiLanguages: string[]; export declare const allowedMediaTypes: string[]; export declare const anonTag = "\uD83D\uDC64"; export declare const prismSyntaxLangs: ({ name: string; lang: string; mimeType: string; monacoLang: string; executable: boolean; } | { name: string; lang: string; mimeType: string; monacoLang: string; executable?: undefined; })[]; export declare const boardOfExpertsLoadingSentences: { [lang: string]: { text: string; delayAfter: number; }[]; }; export declare const MAX_MSG_CHARS = 4000; export declare const MAX_MSG_WORDS = 300; export declare const MAX_DOCUMENTS_PER_MESSAGE = 5; export declare const MAX_TOTAL_MESSAGE_PAYLOAD = 100000; export declare const MAX_DOCUMENT_CONTENT_LENGTH = 100000;