You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
.NET Agents New Feature: When Adding an agent as a plugin it is too verbose, I want to do it like in Python!
.Net Agents New Feature: When Adding an agent as a plugin it is too verbose, I want to do it like in Python!
Apr 8, 2025
github-actionsbot
changed the title
.Net Agents New Feature: When Adding an agent as a plugin it is too verbose, I want to do it like in Python!
Python: .NET Agents New Feature: When Adding an agent as a plugin it is too verbose, I want to do it like in Python!
Apr 8, 2025
@markwallace-microsoft, you are already looking at #11438 and this feels like it has more affinity to our function-calling patterns than agent functionality. I wonder if there's an efficiency for you to consider both suggestions?
@joslat - When will .NET support unions! 😃 (can't wait)
moonbox3
changed the title
Python: .NET Agents New Feature: When Adding an agent as a plugin it is too verbose, I want to do it like in Python!
.NET Agents New Feature: When Adding an agent as a plugin it is too verbose, I want to do it like in Python!
Apr 9, 2025
name: Feature request
about: Suggest an idea for this project
At the moment in c# we have to do this:
While in Python it is just:
plugins=[billing_agent, refund_agent],
Isn't it nicer?
With less cognitive overload...
Less is more... so... why not? :)
The text was updated successfully, but these errors were encountered: