-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[.NET] Rewire AgentBase.CallHandler
to make use of HandleObject
#4354
Labels
dotnet
issues related to AutoGen.Net
Comments
3 tasks
LittleLittleCloud
added a commit
that referenced
this issue
Nov 26, 2024
LittleLittleCloud
added a commit
that referenced
this issue
Nov 26, 2024
rysweet
added a commit
that referenced
this issue
Nov 27, 2024
MohMaz
added a commit
that referenced
this issue
Nov 27, 2024
LittleLittleCloud
added a commit
that referenced
this issue
Nov 27, 2024
rysweet
added a commit
that referenced
this issue
Nov 27, 2024
LittleLittleCloud
added a commit
that referenced
this issue
Nov 27, 2024
MohMaz
added a commit
that referenced
this issue
Nov 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: