[.NET] Rewire AgentBase.CallHandler
to make use of HandleObject
#4354
Labels
dotnet
issues related to AutoGen.Net
AgentBase.CallHandler
to make use of HandleObject
#4354
What feature would you like to be added?
Both
AgentBase.CallHandler
andHandleObject
uses reflection to retrieve all implemented handler from the agent class. RewireAgentBase.CallHandler
toHandleObject
help reduce duplicated code and increase test coverage.Why is this needed?
Rewire
AgentBase.CallHandler
to make use ofHandleObject
The text was updated successfully, but these errors were encountered: