mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-30 01:10:23 +00:00
default close
This commit is contained in:
parent
b0d268fae2
commit
35dd8f0d9e
@ -13,6 +13,6 @@ public interface IAgent : ISaveState<IAgent>
|
||||
|
||||
public interface IHostableAgent : IAgent
|
||||
{
|
||||
public ValueTask CloseAsync();
|
||||
public ValueTask CloseAsync() => ValueTask.CompletedTask;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user