MCPcopy Create free account
hub / github.com/CopilotKit/aimock / geminiStreamPath

Function geminiStreamPath

src/__tests__/api-conformance.test.ts:728–729  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

726describe("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 () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…