Skip to content

Python: Update AzureAIAgent learn docs to show the dependencies are installed by default #12337

Description

@moonbox3

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions