Add some DebuggerDisplays / DebuggerTypeProxys to abstraction types (#1144)

This commit is contained in:
Stephen Toub
2025-10-03 08:51:49 +00:00
committed by GitHub
parent c543dbaa92
commit 4daeeb0f07
7 changed files with 32 additions and 0 deletions
@@ -1,10 +1,13 @@
// Copyright (c) Microsoft. All rights reserved.
using System.Diagnostics;
namespace Microsoft.Agents.AI;
/// <summary>
/// Provides metadata information about an <see cref="AgentThread"/> instance.
/// </summary>
[DebuggerDisplay("ConversationId = {ConversationId}")]
public class AgentThreadMetadata
{
/// <summary>