Skip to content

Commit 0aa0579

Browse files
.NET: Seal ChatClientAgentThread (microsoft#2842)
* Initial plan * Seal ChatClientAgentThread class Co-authored-by: SergeyMenshykh <68852919+SergeyMenshykh@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: SergeyMenshykh <68852919+SergeyMenshykh@users.noreply.github.com>
1 parent 844d345 commit 0aa0579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgentThread.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Microsoft.Agents.AI;
1111
/// Provides a thread implementation for use with <see cref="ChatClientAgent"/>.
1212
/// </summary>
1313
[DebuggerDisplay("{DebuggerDisplay,nq}")]
14-
public class ChatClientAgentThread : AgentThread
14+
public sealed class ChatClientAgentThread : AgentThread
1515
{
1616
private ChatMessageStore? _messageStore;
1717

0 commit comments

Comments
 (0)