From 2f663cefd7b2638d1552991fd4acd6195803c94b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:16:15 +0000 Subject: [PATCH 1/2] Initial plan From fe34b7e13c6b657744f1a7d6987267b9b28ab315 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:21:39 +0000 Subject: [PATCH 2/2] Add import for Agent365ExporterOptions in exporters __init__.py Co-authored-by: nikhilNava <211831449+nikhilNava@users.noreply.github.com> --- .../observability/core/exporters/__init__py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__py b/libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__py index 2867652c..6f0b8cab 100644 --- a/libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__py +++ b/libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__py @@ -1,3 +1,5 @@ # Agent365Exporter is not exported intentionally. # It should only be used internally by the observability core module. +from .agent365_exporter_options import Agent365ExporterOptions + __all__ = ["Agent365ExporterOptions"]