FunctionChoiceBehaviour support across models #12124
Replies: 2 comments 5 replies
-
Hello @felixcantet are you targeting SK Python or .NET? We'd recommend not using any planner. Vanilla function performs much better - it has better latency and uses less tokens. We already provide the |
Beta Was this translation helpful? Give feedback.
-
Hello ! Thanks you for your answer ! I'm targeting .Net, sorry for the missing precision. From all the tests I've made, Sorry, I'm new to SK and maybe I missed something important, Thanks ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm starting to design an AI Agent abstraction solution that should support different models and providers.
According to the documentation, Planners are deprecated and I should use FunctionChoiceBehavior.Auto() instead.
My issue is that FunctionChoiceBehavior.Auto() is only supported for a subset of models, I would like to be able to target Gemini as exemple.
So my question is : what is the recommended way to support different models and providers function calling ability in a uniform and abstracted way ? It looks like StepwisePlanner is the best solution for now, but I want to make sure I'm not missing something.
Thanks for your help !
Beta Was this translation helpful? Give feedback.
All reactions