Skip to content
Discussion options

You must be logged in to vote

Hi @ningweinw. Yes, plugins can be used with an Azure AI Agent. You can add plugins (functions) and they will have their JSON schema sent to the agent, which will be used for tool calls. The can work alongside other Azure AI Agent tools - if the models deems that it should make a tool call for a broadcasted function, it will leverage it.

Are you working with SK Python or .NET? We have examples in each language showing how plugins are used:

Python: https://github.com/microsoft/semantic-kernel/blob/main/python/samples/getting_started_with_agents/azure_ai_agent/step2_azure_ai_agent_plugin.py
.NET: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/GettingStartedWithAgents/…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ningweinw
Comment options

@moonbox3
Comment options

Answer selected by rogerbarreto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants