Skip to content
Discussion options

You must be logged in to vote

Hi Lino,

The are two steps to perform when creating an AzureAIAgent. You first create the "agent definition" which is the server-side record of the agent (or in your case, you created that in the Portal, and you pull it down via the agent id). Secondly, you create the SK AzureAIAgent instance, passing in the Azure client, and the agent's definition (that you either created or pulled down from the server). When you create the AzureAIAgent instance, you can provide it a list of plugins. Here's an example in Python, where I create a first agent instance, and then use the agent.id to get the agent definition and then use that definition to create the second SK agent instance, while adding plu…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TheTrainingBoss
Comment options

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