Skip to content

Commit be6b48a

Browse files
author
Maryanne Gichohi
committed
Grammar improvements
1 parent 8d470b8 commit be6b48a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-app-configuration/howto-ai-agent-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.collection: ce-skilling-ai-copilot
1212

1313
# Configuring agents in Agent framework with Azure App configuration
1414

15-
Agents are software systems that autonomously perform tasks using Large Language Models (LLMs) to process user input and execute actions on behalf of users. Agent framework provides tools and structures to needed to build, orchestrate and manage AI agents. Configuring agents within this framework involves defining their instructions and toolsets through either code-based or declarative methods. Azure App Configuration serves as a centralized store for these agent configurations, keeping them in one place where they can be easily managed and shared across multiple application instances.
15+
Agents are software systems that autonomously perform tasks using Large Language Models (LLMs) to process user input and execute actions on behalf of users. Agent framework provides tools and structures to build, orchestrate, and manage AI agents. Configuring agents within this framework involves defining their instructions and toolsets through either code-based or declarative methods. Azure App Configuration serves as a centralized store for these agent configurations, keeping them in one place where they can be easily managed and shared across multiple application instances.
1616

1717
Here are some agent settings that can be stored on Azure App Configuration:
1818

@@ -36,7 +36,7 @@ Here are some agent settings that can be stored on Azure App Configuration:
3636
| Key | Value | Content type |
3737
|--------------------------------|---------------------------------------------------------------------|----------------------------------------------|
3838
| *ChatAgent:ProjectEndpoint* | *Paste the Azure AI project endpoint* | |
39-
| *ChatAgent:Spec* | *See YAML below* | |
39+
| *ChatAgent:Spec* | *See YAML* | |
4040

4141

4242
**Value for ChatAgent:Spec**

0 commit comments

Comments
 (0)