| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { buildMethodPath } from '../../../src/tracing/ai/utils'; |
| 3 | import { isChatCompletionChunk, isResponsesApiStreamEvent } from '../../../src/tracing/openai/utils'; |
| 4 |
nothing calls this directly
no test coverage detected