From 49882a75fbfffe1065b2aa0507efe800258e2aff Mon Sep 17 00:00:00 2001 From: Maryanne Gichohi Date: Thu, 8 Jan 2026 21:54:47 +0300 Subject: [PATCH] Update ChatAgent sample app ReadMe --- examples/Python/ChatAgent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Python/ChatAgent/README.md b/examples/Python/ChatAgent/README.md index 7a96dd5d..a37dc3a4 100644 --- a/examples/Python/ChatAgent/README.md +++ b/examples/Python/ChatAgent/README.md @@ -12,7 +12,7 @@ This sample demonstrates using Azure App Configuration to load agent YAML specif - Python 3.10 or later - An Azure subscription with: - An Azure App Configuration store - - An Azure AI project with a deployed gpt-4.1 model and Grounding with Bing Search configured as a connected resource. + - An Azure AI project with a deployed gpt-4.1 model. - User has **App Configuration Reader** role assigned for the Azure App Configuration resource. - User has **Azure AI User** role assigned for the Azure AI project.