empty line

This commit is contained in:
Jack Gerrits
2025-01-27 14:37:29 -05:00
committed by Jack Gerrits
parent b19374e81d
commit fe8faa9133

View File

@@ -64,7 +64,6 @@ public interface IAgentRuntime : ISaveState<IAgentRuntime>
/// <returns>A task representing the asynchronous operation, returning the agent's ID.</returns>
public ValueTask<AgentId> GetAgentAsync(string agent, string key = "default", bool lazy = true/*, CancellationToken? = default*/);
/// <summary>
/// Saves the state of an agent.
/// The result must be JSON serializable.