diff --git a/dotnet/src/Microsoft.Agents.AI/Memory/ChatHistoryMemoryProviderOptions.cs b/dotnet/src/Microsoft.Agents.AI/Memory/ChatHistoryMemoryProviderOptions.cs
index db1731a54d5..b31b57a5e3a 100644
--- a/dotnet/src/Microsoft.Agents.AI/Memory/ChatHistoryMemoryProviderOptions.cs
+++ b/dotnet/src/Microsoft.Agents.AI/Memory/ChatHistoryMemoryProviderOptions.cs
@@ -27,7 +27,7 @@ public sealed class ChatHistoryMemoryProviderOptions
///
/// Gets or sets the description of the exposed search tool when operating in on-demand mode.
///
- /// Defaults to "Allows searching through previous chat history to help answer the user question.".
+ /// Defaults to "Allows searching for related previous chat history to help answer the user question.".
public string? FunctionToolDescription { get; set; }
///