Files
klz-cables.com/.pnpm-store/v10/files/50/5449c5e504e9305c904bfbadbf0f30e24015d990b29dbd54026f02bb772070d39857a4d7e25458b6db20c2b604aae009c4f26bf22a521362ac175482496935
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

15 lines
345 B
Plaintext

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',
};
export { LANGCHAIN_INTEGRATION_NAME, LANGCHAIN_ORIGIN, ROLE_MAP };
//# sourceMappingURL=constants.js.map