Skip to content

Commit 08d48fd

Browse files
authored
Merge pull request #712 from MicrosoftDocs/main
Main to Live
2 parents d59e9f1 + bbdda6f commit 08d48fd

65 files changed

Lines changed: 69 additions & 69 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

agent-framework/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
description: Agent Framework documentation.
88
ms.topic: hub-page
99
ms.date: 09/05/2025
10-
ms.service: azure
10+
ms.service: agent-framework
1111
searchScope: []
1212
titleSuffix: ""
1313
ms.author: ssalgado

agent-framework/migration-guide/from-autogen/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ekzhu
55
ms.topic: reference
66
ms.author: ekzhu
77
ms.date: 09/29/2025
8-
ms.service: semantic-kernel
8+
ms.service: agent-framework
99
---
1010

1111
# AutoGen to Microsoft Agent Framework Migration Guide

agent-framework/migration-guide/from-semantic-kernel/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: westey-m
66
ms.topic: reference
77
ms.author: westey
88
ms.date: 09/25/2025
9-
ms.service: semantic-kernel
9+
ms.service: agent-framework
1010
---
1111

1212
# Semantic Kernel to Agent Framework Migration Guide
@@ -339,7 +339,7 @@ from agent_framework import ChatMessage, ChatAgent
339339
### 2. Agent Type Consolidation
340340

341341
#### Semantic Kernel
342-
Semantic Kernel provides specific agent classes for various services, e.g. ChatCompletionAgent, AzureAIAgent, OpenAIAssistantAgent, etc. See [Agent types in Semantic Kernel](/semantic-kernel/agents/agent-types).
342+
Semantic Kernel provides specific agent classes for various services, e.g. ChatCompletionAgent, AzureAIAgent, OpenAIAssistantAgent, etc. See [Agent types in Semantic Kernel](/semantic-kernel/Frameworks/agent/agent-types/azure-ai-agent).
343343

344344
#### Agent Framework
345345
In Agent Framework the majority of agents are built using the `ChatAgent` which can be used with all the `ChatClient` based services, such as Azure AI Foundry, OpenAI ChatCompletion and OpenAI Responses. We currently have two other agents, `CopilotStudioAgent` for use with Copilot Studio and `A2AAgent` for use with A2A.

agent-framework/migration-guide/from-semantic-kernel/samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: westey-m
66
ms.topic: reference
77
ms.author: westey
88
ms.date: 09/25/2025
9-
ms.service: semantic-kernel
9+
ms.service: agent-framework
1010
---
1111

1212
# Semantic Kernel to Agent Framework Migration Samples

agent-framework/overview/agent-framework-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ekzhu
55
ms.topic: reference
66
ms.author: ekzhu
77
ms.date: 10/01/2025
8-
ms.service: semantic-kernel
8+
ms.service: agent-framework
99
---
1010

1111
# Microsoft Agent Framework

agent-framework/tutorials/agents/agent-as-function-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: westey-m
66
ms.topic: tutorial
77
ms.author: westey
88
ms.date: 09/24/2025
9-
ms.service: semantic-kernel
9+
ms.service: agent-framework
1010
---
1111

1212
# Using an agent as a function tool

agent-framework/tutorials/agents/agent-as-mcp-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: westey-m
55
ms.topic: tutorial
66
ms.author: westey
77
ms.date: 09/24/2025
8-
ms.service: semantic-kernel
8+
ms.service: agent-framework
99
---
1010

1111
# Exposing an agent as an MCP tool

agent-framework/tutorials/agents/enable-observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: westey-m
66
ms.topic: tutorial
77
ms.author: westey
88
ms.date: 09/18/2025
9-
ms.service: semantic-kernel
9+
ms.service: agent-framework
1010
---
1111

1212
# Enabling observability for Agents

agent-framework/tutorials/agents/function-tools-approvals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: westey-m
55
ms.topic: tutorial
66
ms.author: westey
77
ms.date: 09/15/2025
8-
ms.service: semantic-kernel
8+
ms.service: agent-framework
99
---
1010

1111
# Using function tools with human in the loop approvals

agent-framework/tutorials/agents/function-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: westey-m
66
ms.topic: tutorial
77
ms.author: westey
88
ms.date: 09/15/2025
9-
ms.service: semantic-kernel
9+
ms.service: agent-framework
1010
---
1111

1212
# Using function tools with an agent

0 commit comments

Comments
 (0)