We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca097a2 commit 9a4fc6cCopy full SHA for 9a4fc6c
packages/ai-semantic-conventions/src/SemanticAttributes.ts
@@ -17,7 +17,7 @@
17
import {
18
ATTR_GEN_AI_USAGE_INPUT_TOKENS,
19
ATTR_GEN_AI_USAGE_OUTPUT_TOKENS,
20
- // @ts-ignore - Using exports path that TypeScript doesn't recognize but works at runtime
+ // @ts-expect-error - Using exports path that TypeScript doesn't recognize but works at runtime
21
} from "@opentelemetry/semantic-conventions/incubating";
22
23
export const SpanAttributes = {
0 commit comments