Update pip install command for agent-framework (#1098)

This commit is contained in:
Shawn Henry
2025-10-01 23:59:09 -07:00
committed by GitHub
Unverified
parent 3ae9065b6b
commit 1693b76ae3
+1 -1
View File
@@ -88,7 +88,7 @@ dotnet add package Microsoft.Agents.AI
Create a simple Azure Responses Agent that writes a haiku about the Microsoft Agent Framework
```python
# pip install agent-framework --prerelease=allow
# pip install agent-framework --pre
# Use `az login` to authenticate with Azure CLI
import asyncio
from agent_framework.azure import AzureOpenAIResponsesClient