UNPKG

@sentry/core

Version:
17 lines (14 loc) 676 B
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const ANTHROPIC_AI_INTEGRATION_NAME = "Anthropic_AI"; const ANTHROPIC_METHOD_REGISTRY = { "messages.create": { operation: "chat" }, "messages.stream": { operation: "chat", streaming: true }, "messages.countTokens": { operation: "chat" }, "models.get": { operation: "models" }, "completions.create": { operation: "chat" }, "models.retrieve": { operation: "models" }, "beta.messages.create": { operation: "chat" } }; exports.ANTHROPIC_AI_INTEGRATION_NAME = ANTHROPIC_AI_INTEGRATION_NAME; exports.ANTHROPIC_METHOD_REGISTRY = ANTHROPIC_METHOD_REGISTRY; //# sourceMappingURL=constants.js.map