UNPKG

@elastic/opentelemetry-instrumentation-openai

Version:

OpenTelemetry instrumentation for the `openai` OpenAI client library

10 lines 448 B
"use strict"; /* * Copyright Elasticsearch B.V. and contributors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.OpenAIInstrumentation = void 0; var instrumentation_1 = require("./instrumentation"); Object.defineProperty(exports, "OpenAIInstrumentation", { enumerable: true, get: function () { return instrumentation_1.OpenAIInstrumentation; } }); //# sourceMappingURL=index.js.map