Files
klz-cables.com/.pnpm-store/v10/files/7a/5e0c93180f2c5da0e513b53d95f13b6e8fddfefaf911a49ba7b43f87b63b03c4dbf36d46359c95134a6d5318fca15a66f1086d2f3f148e49a67b0a30033dcf
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

19 lines
491 B
Plaintext

Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const LANGCHAIN_INTEGRATION_NAME = 'LangChain';
const LANGCHAIN_ORIGIN = 'auto.ai.langchain';
const ROLE_MAP = {
human: 'user',
ai: 'assistant',
assistant: 'assistant',
system: 'system',
function: 'function',
tool: 'tool',
};
exports.LANGCHAIN_INTEGRATION_NAME = LANGCHAIN_INTEGRATION_NAME;
exports.LANGCHAIN_ORIGIN = LANGCHAIN_ORIGIN;
exports.ROLE_MAP = ROLE_MAP;
//# sourceMappingURL=constants.js.map