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

Class

packages/ai-grok/src/adapters/text.ts:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 * typing through the 5th generic of the base class.
43 */
44export class GrokTextAdapter<
45 TModel extends (typeof GROK_CHAT_MODELS)[number],
46 // Use `Record<string, any>` (not `unknown`) to match the OpenAI text
47 // adapter: the resolved Grok provider options are a type-alias intersection

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected