Skip to content

Commit 1912849

Browse files
authored
Update 2-understand-agent-framework.md
Fixed typo
1 parent 4c0d03d commit 1912849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/wwl-data-ai/orchestrate-semantic-kernel-multi-agent-solution/includes/2-understand-agent-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The features that power Semantic Kernel are also still available within the Agen
3434

3535
The Semantic Kernel Agent Framework supports several different types of agents, including:
3636

37-
- **Azure AI Agent** - a specialized agent within the Semantic Kernel Agent Framework. The `AsureAIAgent` type is designed to provide advanced conversational capabilities with seamless tool integration. It automates tool calling and securely manages conversation history using threads, reducing the overhead of maintaining state. The `AzureAIAgent` also supports a variety of built-in tools, including file retrieval, code execution, and data interaction via Bing, Azure AI Search, Azure Functions, and OpenAPI.
37+
- **Azure AI Agent** - a specialized agent within the Semantic Kernel Agent Framework. The `AzureAIAgent` type is designed to provide advanced conversational capabilities with seamless tool integration. It automates tool calling and securely manages conversation history using threads, reducing the overhead of maintaining state. The `AzureAIAgent` also supports a variety of built-in tools, including file retrieval, code execution, and data interaction via Bing, Azure AI Search, Azure Functions, and OpenAPI.
3838

3939
- **Chat Completion Agent**: designed for chat completion and conversation interfaces. The `ChatCompletionAgent` type mirrors the features and patterns in the underlying AI Service to support natural language processing, contextual understanding, and dialogue management.
4040

0 commit comments

Comments
 (0)