diff --git a/dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgentThread.cs b/dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgentThread.cs
index ad224e6777..f0f51895b2 100644
--- a/dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgentThread.cs
+++ b/dotnet/src/Microsoft.Agents.AI/ChatClient/ChatClientAgentThread.cs
@@ -75,8 +75,8 @@ public class ChatClientAgentThread : AgentThread
///
///
/// Note that either or may be set, but not both.
- /// If is not null, and is set,
- /// will be reverted to null, and vice versa.
+ /// If is not null, setting will throw an
+ /// exception.
///
///
/// This property may be null in the following cases:
@@ -91,6 +91,7 @@ public class ChatClientAgentThread : AgentThread
/// to fork the thread with each iteration.
///
///
+ /// Attempted to set a conversation ID but a is already set.
public string? ConversationId
{
get => this._conversationId;