@memori.ai/memori-react
Version:
[](https://www.npmjs.com/package/@memori.ai/memori-react)   • 885 B
TypeScript
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;