MCPcopy Create free account
hub / github.com/TanStack/ai / createAdapter

Function createAdapter

packages/ai-gemini/tests/usage-extraction.test.ts:34–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32})
33
34const createAdapter = () =>
35 new GeminiTextAdapter({ apiKey: 'test-key' }, 'gemini-2.5-pro')
36
37function createMockStream(
38 chunks: Array<Record<string, unknown>>,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected