mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
.Net: Fix DebuggerDisplay attribute to reference existing property (#3326)
* Initial plan * Fix DebuggerDisplay attribute to use Name instead of DisplayName Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
77236bf0ec
commit
eac8baac09
@@ -19,7 +19,7 @@ namespace Microsoft.Agents.AI;
|
||||
/// and process user requests. An agent instance may participate in multiple concurrent conversations, and each conversation
|
||||
/// may involve multiple agents working together.
|
||||
/// </remarks>
|
||||
[DebuggerDisplay("{DisplayName,nq}")]
|
||||
[DebuggerDisplay("{Name,nq}")]
|
||||
public abstract class AIAgent
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user