Skip to content

Commit 3901fa4

Browse files
address PR comments
1 parent d36e3e8 commit 3901fa4

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

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

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/models/response.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,5 @@
88
class Response:
99
"""Response details from agent execution."""
1010

11+
"""The list of response messages from the agent."""
1112
messages: list[str]
12-
"""The list of response messages from the agent.
13-
14-
Each message represents a text response generated by the agent during execution.
15-
Messages are serialized to JSON format for OpenTelemetry span attributes.
16-
An empty list is valid and represents no response messages.
17-
"""

0 commit comments

Comments
 (0)