mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: [BREAKING] Remove deprecated Python OpenAI/Azure AI surfaces (#4990)
* [BREAKING] Remove deprecated Python OpenAI/Azure AI surfaces Also clean up follow-on docs, environment guidance, package metadata, and lab test stability. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix deleted semantic-kernel sample links Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Address PR review feedback Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * improve foundry language * Fix A2A Foundry sample regression Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
a5eacbbe65
commit
3a49b1d6dd
@@ -10,11 +10,11 @@ Key Features Demonstrated:
|
||||
1. Loading agent definitions from YAML using AgentFactory
|
||||
2. Configuring MCP tools with different authentication methods:
|
||||
- API key authentication (OpenAI.Responses provider)
|
||||
- Azure AI Foundry connection references (AzureAI.ProjectProvider)
|
||||
- Azure AI Foundry connection references (Foundry provider)
|
||||
|
||||
Authentication Options:
|
||||
- OpenAI.Responses: Supports inline API key auth via headers
|
||||
- AzureAI.ProjectProvider: Uses Foundry connections for secure credential storage
|
||||
- Foundry: Uses project-backed chat with Foundry connections for secure credential storage
|
||||
(no secrets passed in API calls - connection name references pre-configured auth)
|
||||
|
||||
Prerequisites:
|
||||
@@ -79,7 +79,7 @@ instructions: |
|
||||
|
||||
model:
|
||||
id: gpt-4o
|
||||
provider: AzureAI.ProjectProvider
|
||||
provider: Foundry
|
||||
|
||||
tools:
|
||||
- kind: mcp
|
||||
|
||||
Reference in New Issue
Block a user