Describe the bug
In Agent Orchestration, within the ResultTransform, the ChatMessageContent contains an AuthorName property. However, this value is always null, making it impossible to determine which agent produced the final response.
To Reproduce
Use ResultTransform callback
Expected behavior
The AuthorName should reflect the agent that generated the response.
Platform
- Language: C#
- Source:
- AI model:
- IDE: Visual Studio
- OS: Windows
Describe the bug
In Agent Orchestration, within the ResultTransform, the ChatMessageContent contains an AuthorName property. However, this value is always null, making it impossible to determine which agent produced the final response.
To Reproduce
Use ResultTransform callback
Expected behavior
The AuthorName should reflect the agent that generated the response.
Platform