()
| 726 | describe("Google Gemini conformance", () => { |
| 727 | const geminiContentPath = () => `${instance.url}/v1beta/models/gemini-2.0-flash:generateContent`; |
| 728 | const geminiStreamPath = () => |
| 729 | `${instance.url}/v1beta/models/gemini-2.0-flash:streamGenerateContent`; |
| 730 | |
| 731 | describe("non-streaming", () => { |
| 732 | it("response has candidates and usageMetadata", async () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…