| id | AnyTextAdapter |
|---|---|
| title | AnyTextAdapter |
type AnyTextAdapter = TextAdapter<any, any, any, any, any>;Defined in: packages/typescript/ai/src/activities/chat/adapter.ts:106
A TextAdapter with any/unknown type parameters. Useful as a constraint in generic functions and interfaces.