mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-23 00:38:04 -05:00
empty line
This commit is contained in:
committed by
Jack Gerrits
parent
b19374e81d
commit
fe8faa9133
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user