Files
klz-cables.com/.pnpm-store/v10/files/55/ee5ecefc0baad8d64247a1d7a74757f324aceb9687001b6a8473cf7b1317ed995b86a4f7a98fd01324e1b7cb1995246de273e79b7f2568b6e74c79713d3997
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

12 lines
358 B
Plaintext

export declare const ANTHROPIC_AI_INTEGRATION_NAME = "Anthropic_AI";
export declare const ANTHROPIC_AI_INSTRUMENTED_METHODS: readonly [
"messages.create",
"messages.stream",
"messages.countTokens",
"models.get",
"completions.create",
"models.retrieve",
"beta.messages.create"
];
//# sourceMappingURL=constants.d.ts.map