Skip to content

Commit 4a4c2ea

Browse files
committed
rebase develop
1 parent 310def2 commit 4a4c2ea

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/utils/vercel-ai

1 file changed

+1
-1
lines changed

packages/core/src/utils/vercel-ai/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { TraceContext } from '../../types-hoist/context';
22
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';
3+
import { GEN_AI_USAGE_INPUT_TOKENS_ATTRIBUTE, GEN_AI_USAGE_OUTPUT_TOKENS_ATTRIBUTE } from '../ai/gen-ai-attributes';
44
import { toolCallSpanMap } from './constants';
55
import type { TokenSummary } from './types';
66

0 commit comments

Comments
 (0)