remove AgentId

This commit is contained in:
XiaoYun Zhang 2024-10-30 11:05:24 -07:00
parent 1247a1e744
commit d9821ee98c
1 changed files with 0 additions and 2 deletions

View File

@ -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;