| 42 | * typing through the 5th generic of the base class. |
| 43 | */ |
| 44 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected