-
ChatCompletionAgent can recognize plugins by using PromptExecutionSettings as before. However, is there any sample code to use a plugin with AzureAssistantAgent? |
Beta Was this translation helpful? Give feedback.
Answered by
moonbox3
Dec 10, 2024
Replies: 1 comment 3 replies
-
Hi @ymuichiro, here's a sample showing how to use an AzureAssistantAgent with a plugin: https://github.com/microsoft/semantic-kernel/blob/main/python/samples/getting_started_with_agents/step7_assistant.py. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ymuichiro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ymuichiro, here's a sample showing how to use an AzureAssistantAgent with a plugin: https://github.com/microsoft/semantic-kernel/blob/main/python/samples/getting_started_with_agents/step7_assistant.py.