| 1 | import { expect, test } from "vitest"; |
| 2 | import OpenAI from "../openai"; |
| 3 | import type { ChatCompletionCreateParams } from "openai/resources/chat/completions"; |
| 4 | import OpenPipe from "../client"; |
nothing calls this directly
no test coverage detected