From 380d55817c61dc6e4dbc6e9fb9a22344ee522751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ph=C6=B0=C6=A1ng?= <55752553+akamabu@users.noreply.github.com> Date: Wed, 13 May 2026 07:23:01 +0700 Subject: [PATCH] Docs: Document types.ts --- packages/instrumentation-cohere/src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/instrumentation-cohere/src/types.ts b/packages/instrumentation-cohere/src/types.ts index c3143beee..833848c79 100644 --- a/packages/instrumentation-cohere/src/types.ts +++ b/packages/instrumentation-cohere/src/types.ts @@ -1,3 +1,4 @@ +/** Documents packages/instrumentation-cohere/src/types.ts module purpose and public usage context */ import { InstrumentationConfig } from "@opentelemetry/instrumentation"; export interface CohereInstrumentationConfig extends InstrumentationConfig {