UNPKG

n8n-nodes-sap-ai-core

Version:

n8n nodes for SAP AI Core LLM and embeddings integration

10 lines 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTracingConfig = getTracingConfig; function getTracingConfig(context) { // Return empty config for now - tracing is optional return { tags: ['sap-ai-core-llm'], }; } //# sourceMappingURL=tracing.js.map