Skip to content

Commit 0491bb9

Browse files
address PR comment
1 parent 233a0fb commit 0491bb9

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@
3333
logger = logging.getLogger(__name__)
3434

3535
A365_PARENT_SPAN_KEY = "A365ParentSpanId"
36-
"""TurnState key for the parent span reference.
37-
38-
Set this in ``turn_state`` to link OutputScope spans as children of an
39-
InvokeAgentScope. The value should be a W3C traceparent string in the format
40-
``"00-{trace_id}-{span_id}-{trace_flags}"``.
41-
"""
36+
"""TurnState key for the parent span reference."""
4237

4338

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

0 commit comments

Comments
 (0)