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

Function geminiContentPath

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

Source from the content-addressed store, hash-verified

725
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

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…