@microsoft/opentelemetry
    Preparing search index...

    Interface MiddlewareLike

    Middleware interface compatible with agents-hosting adapters.

    interface MiddlewareLike {
        onTurn(
            context: TurnContextLike,
            next: () => Promise<void>,
        ): Promise<void>;
    }

    Implemented by

    Index

    Methods

    Methods