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 310def2 commit 4a4c2eaCopy full SHA for 4a4c2ea
packages/core/src/utils/vercel-ai/utils.ts
@@ -1,6 +1,6 @@
1
import type { TraceContext } from '../../types-hoist/context';
2
import type { Span, SpanJSON } from '../../types-hoist/span';
3
-import { GEN_AI_USAGE_INPUT_TOKENS_ATTRIBUTE, GEN_AI_USAGE_OUTPUT_TOKENS_ATTRIBUTE } from '../gen-ai-attributes';
+import { GEN_AI_USAGE_INPUT_TOKENS_ATTRIBUTE, GEN_AI_USAGE_OUTPUT_TOKENS_ATTRIBUTE } from '../ai/gen-ai-attributes';
4
import { toolCallSpanMap } from './constants';
5
import type { TokenSummary } from './types';
6
0 commit comments