Replies: 1 comment
-
Hi @awonglk, you'll need to pass in the Please have a look at the following Python sample that shows an (Azure)OpenAI Assistant agent using a sample plugin: Again, note that for Assistant agents, there's no |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just wondering if function calls / plugins is restricted to AzureChatCompletion / OpenAIChatCompletion.
I am trying the newer AzureAssistantAgent. The "add_plugin" call seems to be ok. But if I try to use the "get_prompt_execution_settings_from_service_id()" call to set FunctionChoiceBehavior, it's coming back with:
semantic_kernel.exceptions.kernel_exceptions.KernelServiceNotFoundError: No services found of type None
I haven't seen any examples (at least in Python section) where plugins is used with AzureAssistantAgent. So, I am curious if this is supported?
Beta Was this translation helpful? Give feedback.
All reactions