()
| 135 | |
| 136 | describe("OpenAI Chat Completions conformance", () => { |
| 137 | const chatPath = () => `${instance.url}/v1/chat/completions`; |
| 138 | |
| 139 | describe("non-streaming", () => { |
| 140 | it("has all required top-level fields", async () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…