MCPcopy Create free account
hub / github.com/TanStack/ai /

Class

packages/ai/src/activities/chat/middleware/compose.ts:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 * Created once per chat() invocation.
39 */
40export class MiddlewareRunner<TContext = unknown> {
41 private readonly middlewares: ReadonlyArray<ChatMiddleware<TContext>>
42 private readonly logger: InternalLogger
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected