AnyTextAdapter

Type Alias: AnyTextAdapter

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

Defined in: packages/ai/src/activities/chat/adapter.ts:158

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