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 00e2529 commit 155e14aCopy full SHA for 155e14a
packages/ai-semantic-conventions/src/SemanticAttributes.ts
@@ -17,7 +17,8 @@
17
import {
18
ATTR_GEN_AI_USAGE_INPUT_TOKENS,
19
ATTR_GEN_AI_USAGE_OUTPUT_TOKENS,
20
-} from "@opentelemetry/semantic-conventions/build/src/index-incubating";
+ // @ts-ignore - Using exports path that TypeScript doesn't recognize but works at runtime
21
+} from "@opentelemetry/semantic-conventions/incubating";
22
23
export const SpanAttributes = {
24
LLM_SYSTEM: "gen_ai.system",
0 commit comments