From fe8faa9133e413a67fe7e80612cdb262282a65ed Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Mon, 27 Jan 2025 14:37:29 -0500 Subject: [PATCH] empty line --- .../src/Microsoft.AutoGen/Contracts/PythonEquiv/IAgentRuntime.cs | 1 - 1 file changed, 1 deletion(-) 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.