MCPcopy Index your code
hub / github.com/TanStack/ai / createAdapter

Function createAdapter

packages/ai-grok/tests/usage-extraction.test.ts:23–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21})
22
23const createAdapter = () =>
24 new GrokTextAdapter({ apiKey: 'test-key' }, 'grok-4.3')
25
26function createMockStream(
27 chunks: Array<Record<string, unknown>>,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected