Skip to content

Commit 3f2fa39

Browse files
nikhilNavaCopilot
andauthored
Update libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/middleware/baggage_builder.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 297bb02 commit 3f2fa39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/middleware

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/middleware/baggage_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def session_description(self, value: str | None) -> "BaggageBuilder":
219219
return self
220220

221221
def channel_name(self, value: str | None) -> "BaggageBuilder":
222-
"""Sets the channel name baggage value. (e.g., channel name)."""
222+
"""Sets the channel name baggage value (e.g., 'Teams', 'msteams')."""
223223
self._set(GEN_AI_EXECUTION_SOURCE_NAME_KEY, value)
224224
return self
225225

0 commit comments

Comments
 (0)