Skip to content

Commit 155e14a

Browse files
committed
fix
1 parent 00e2529 commit 155e14a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ai-semantic-conventions/src/SemanticAttributes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
import {
1818
ATTR_GEN_AI_USAGE_INPUT_TOKENS,
1919
ATTR_GEN_AI_USAGE_OUTPUT_TOKENS,
20-
} from "@opentelemetry/semantic-conventions/build/src/index-incubating";
20+
// @ts-ignore - Using exports path that TypeScript doesn't recognize but works at runtime
21+
} from "@opentelemetry/semantic-conventions/incubating";
2122

2223
export const SpanAttributes = {
2324
LLM_SYSTEM: "gen_ai.system",

0 commit comments

Comments
 (0)