@microsoft/agents-m365copilot-core
Version:
Core functionalities for the Microsoft Agents M365 Copilot JavaScript SDK
10 lines • 655 B
TypeScript
import { Middleware } from "@microsoft/kiota-http-fetchlibrary";
import { AgentsM365CopilotTelemetryOption } from "./agentsM365CopilotTelemetryOption";
import { BaseBearerTokenAuthenticationProvider } from "@microsoft/kiota-abstractions";
export declare const getDefaultMiddlewares: (options?: MiddlewareFactoryOptions, authenticationProvider?: BaseBearerTokenAuthenticationProvider | null) => Middleware[];
interface MiddlewareFactoryOptions {
customFetch?: (request: string, init: RequestInit) => Promise<Response>;
agentsM365CopilotTelemetryOption?: AgentsM365CopilotTelemetryOption;
}
export {};
//# sourceMappingURL=MiddlewareFactory.d.ts.map