TanStack

AnyChatMiddleware

Type Alias: AnyChatMiddleware

ts
type AnyChatMiddleware = ChatMiddleware<any>;

Defined in: packages/ai/src/activities/chat/middleware/types.ts:595

A ChatMiddleware with a permissive context — for use as a constraint.