()
| 865 | |
| 866 | describe("OpenAI Embeddings API conformance", () => { |
| 867 | const embeddingsPath = () => `${instance.url}/v1/embeddings`; |
| 868 | |
| 869 | describe("with fixture match", () => { |
| 870 | it("has all required top-level fields", async () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…