From cc7fb43fde94916fc13ada89501c4f2933a5f34b Mon Sep 17 00:00:00 2001 From: Victor Dibia Date: Fri, 29 Aug 2025 18:29:40 +0200 Subject: [PATCH] add OPENAI_RESPONSES_MODEL_ID to readme so users know which env var to set to use the responses api (#535) --- python/packages/main/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/packages/main/README.md b/python/packages/main/README.md index a0b3ad9840..bb66a6bcf3 100644 --- a/python/packages/main/README.md +++ b/python/packages/main/README.md @@ -1,6 +1,7 @@ # Get Started with Microsoft Agent Framework Highlights + - Flexible Agent Framework: build, orchestrate, and deploy AI agents and multi-agent systems - Multi-Agent Orchestration: Group chat, sequential, concurrent, and handoff patterns - Plugin Ecosystem: Extend with native functions, OpenAPI, Model Context Protocol (MCP), and more @@ -22,6 +23,7 @@ pip install agent-framework[azure,foundry] ``` Supported Platforms: + - Python: 3.10+ - OS: Windows, macOS, Linux @@ -32,6 +34,7 @@ Set as environment variables, or create a .env file at your project root: ```bash OPENAI_API_KEY=sk-... OPENAI_CHAT_MODEL_ID=... +OPENAI_RESPONSES_MODEL_ID=... ... AZURE_OPENAI_API_KEY=... AZURE_OPENAI_ENDPOINT=...