Skip to content

Commit 8d470b8

Browse files
author
Maryanne Gichohi
committed
Update sub-section name to Agent framework
1 parent 578cd98 commit 8d470b8

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

articles/azure-app-configuration/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
href: quickstart-chat-completion-dotnet.md
185185
- name: Go
186186
href: quickstart-chat-completion-go.md
187-
- name: Agent
187+
- name: Agent framework
188188
items:
189189
- name: Get started
190190
href: howto-ai-agent-config.md

articles/azure-app-configuration/concept-ai-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Continue to the following instructions to use AI configuration in your applicati
6060
> [Chat completion configuration](./howto-chat-completion-config.md)
6161
6262
> [!div class="nextstepaction"]
63-
> [AI Agent configuration](./howto-ai-agent-config.md)
63+
> [Agent framework](./howto-ai-agent-config.md)

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ ms.update-cycle: 180-days
1010
ms.collection: ce-skilling-ai-copilot
1111
---
1212

13-
# AI agent configuration in Azure App Configuration
13+
# 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. These agents use tools and Model Context Protocol (MCP) servers to carry out operations and generate intelligent responses. Agent configuration enables you to define and manage how these agents behave and respond within your application environment. Azure App Configuration provides a centralized store where configurations for your agent are kept in one place and can be 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 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.
1616

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

1919
- Instructions
2020
- Endpoint
2121
- Agent name
2222
- Model parameters - temperature, top_p, max_tokens, frequency_penalty, presence_penalty, response_format and stop sequences.
23+
- Tools
2324

2425
## Prerequisites
2526

0 commit comments

Comments
 (0)