1/* 2 * This file is part of CoCalc: Copyright © 2025 Sagemath, Inc. 3 * License: MS-RSL – see LICENSE.md for details 4 */ 5 6// the conat store name for LLM prompt history 7export const CONAT_LLM_HISTORY_KEY = "llm-history"; 8 9