diff --git a/dotnet/src/Microsoft.Agents.AI.Hosting/AgentSessionStore.cs b/dotnet/src/Microsoft.Agents.AI.Hosting/AgentSessionStore.cs index 7c0539fe51..05a58b3ddb 100644 --- a/dotnet/src/Microsoft.Agents.AI.Hosting/AgentSessionStore.cs +++ b/dotnet/src/Microsoft.Agents.AI.Hosting/AgentSessionStore.cs @@ -69,7 +69,7 @@ public abstract ValueTask SaveSessionAsync( /// The to monitor for cancellation requests. /// /// A task that represents the asynchronous retrieval operation. - /// The task result contains the serialized session state, or if not found. + /// The task result contains the serialized session state. If the session is not found, a new session is created and returned. /// public abstract ValueTask GetSessionAsync( AIAgent agent,