Skip to content

Commit 1b95295

Browse files
committed
fixup! fix: Rebase removal
1 parent 8c59e60 commit 1b95295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/core/src/tracing/workers-ai

packages/core/src/tracing/workers-ai/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ import {
2020
GEN_AI_REQUEST_STREAM_ATTRIBUTE,
2121
} from '../ai/gen-ai-attributes';
2222
import { extractSystemInstructions, getTruncatedJsonString, setTokenUsageAttributes } from '../ai/utils';
23+
import { stringify } from '../../utils/string';
2324
import { WORKERS_AI_ORIGIN, WORKERS_AI_PROVIDER_NAME } from './constants';
2425
import type { WorkersAiInput, WorkersAiOutput } from './types';
25-
import { stringify } from '../../shared-exports';
2626

2727
/**
2828
* Determine the gen_ai operation name from the inputs passed to `AI.run`.

0 commit comments

Comments
 (0)