@microsoft/agents-m365copilot-core
Version:
Core functionalities for the Microsoft Agents M365 Copilot JavaScript SDK
12 lines • 565 B
TypeScript
import { TelemetryHandler } from "@microsoft/kiota-http-fetchlibrary";
import { AgentsM365CopilotTelemetryOption } from "./agentsM365CopilotTelemetryOption";
/**
* Adds telemetry headers to requests made to the Agents M365 Copilot API
*/
export declare class AgentsM365CopilotTelemetryHandler extends TelemetryHandler {
/**
* Creates a new instance of the AgentsM365CopilotTelemetryHandler class
*/
constructor(agentsM365CopilotTelemetryOption: AgentsM365CopilotTelemetryOption);
}
//# sourceMappingURL=agentsM365CopilotTelemetryHandler.d.ts.map