Skip to content

Commit d742519

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 2d79fe1 commit d742519

File tree

1 file changed

+1
-1
lines changed
  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/middleware

1 file changed

+1
-1
lines changed

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
@@ -193,7 +193,7 @@ def conversation_item_link(self, value: str | None) -> "BaggageBuilder":
193193
self._set(GEN_AI_CONVERSATION_ITEM_LINK_KEY, value)
194194
return self
195195

196-
@deprecated("This is a no-op. Use channel_name() or channel_links instead")
196+
@deprecated("This is a no-op. Use channel_name() or channel_links() instead.")
197197
def source_metadata_id(self, value: str | None) -> "BaggageBuilder":
198198
"""Set the execution source metadata ID (e.g., channel ID)."""
199199
return self

0 commit comments

Comments
 (0)