Skip to content

Commit 192a7dc

Browse files
nikhilNavaCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 6fd7a56 commit 192a7dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/microsoft-agents-a365-observability-hosting/microsoft_agents_a365/observability/hosting/middleware/output_logging_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
logger = logging.getLogger(__name__)
3434

35+
# TurnState key for the parent span reference (W3C traceparent string).
3536
A365_PARENT_SPAN_KEY = "A365ParentSpanId"
36-
"""TurnState key for the parent span reference (W3C traceparent string)."""
3737

3838

3939
def _derive_agent_details(context: TurnContext) -> AgentDetails | None:

0 commit comments

Comments
 (0)