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 64a9751 commit 4c668abCopy full SHA for 4c668ab
1 file changed
packages/core/test/lib/tracing/vercel-ai-cached-tokens.test.ts
@@ -1,7 +1,7 @@
1
import { describe, expect, it } from 'vitest';
2
import { addVercelAiProcessors } from '../../../src/tracing/vercel-ai';
3
import type { SpanJSON } from '../../../src/types-hoist/span';
4
-import { getDefaultTestClientOptions,TestClient } from '../../mocks/client';
+import { getDefaultTestClientOptions, TestClient } from '../../mocks/client';
5
6
describe('vercel-ai cached tokens', () => {
7
it('should add cached input tokens to total input tokens', () => {
0 commit comments