diff --git a/dotnet/src/Microsoft.AutoGen/Contracts/PythonEquiv/IAgentRuntime.cs b/dotnet/src/Microsoft.AutoGen/Contracts/PythonEquiv/IAgentRuntime.cs index 09e3b83f5..1a9bf6b45 100644 --- a/dotnet/src/Microsoft.AutoGen/Contracts/PythonEquiv/IAgentRuntime.cs +++ b/dotnet/src/Microsoft.AutoGen/Contracts/PythonEquiv/IAgentRuntime.cs @@ -64,7 +64,6 @@ public interface IAgentRuntime : ISaveState /// A task representing the asynchronous operation, returning the agent's ID. public ValueTask GetAgentAsync(string agent, string key = "default", bool lazy = true/*, CancellationToken? = default*/); - /// /// Saves the state of an agent. /// The result must be JSON serializable.