mirror of https://github.com/microsoft/autogen.git
remove AgentId
This commit is contained in:
parent
1247a1e744
commit
d9821ee98c
|
@ -34,8 +34,6 @@ public abstract class AgentBase : IAgentBase, IHandle
|
|||
|
||||
internal Task Completion { get; }
|
||||
|
||||
Abstractions.AgentId IAgentBase.AgentId => throw new NotImplementedException();
|
||||
|
||||
internal Task Start()
|
||||
{
|
||||
var didSuppress = false;
|
||||
|
|
Loading…
Reference in New Issue