# AnyTextAdapter

# Type Alias: AnyTextAdapter

```ts
type AnyTextAdapter = TextAdapter<any, any, any, any, any, any, any>;
```

Defined in: [packages/ai/src/activities/chat/adapter.ts:158](https://github.com/TanStack/ai/blob/main/packages/ai/src/activities/chat/adapter.ts#L158)

A TextAdapter with any/unknown type parameters.
Useful as a constraint in generic functions and interfaces.
