Right now, our docs talk about needing to install the azure dependencies for the AzureAIAgent by installing the azure extra package:
pip install semantic-kernel[azure]
In #12335, the Azure AI Agent packages were moved to be installed with the default semantic-kernel packages. Remove any callout in the docs that this is required. Once can now do:
pip install semantic-kernel
And they'll be able to interact with the AzureAIAgent.
Right now, our docs talk about needing to install the
azuredependencies for theAzureAIAgentby installing theazureextra package:In #12335, the Azure AI Agent packages were moved to be installed with the default
semantic-kernelpackages. Remove any callout in the docs that this is required. Once can now do:And they'll be able to interact with the
AzureAIAgent.