| 38 | * Created once per chat() invocation. |
| 39 | */ |
| 40 | export class MiddlewareRunner<TContext = unknown> { |
| 41 | private readonly middlewares: ReadonlyArray<ChatMiddleware<TContext>> |
| 42 | private readonly logger: InternalLogger |
| 43 |
nothing calls this directly
no outgoing calls
no test coverage detected