Skip to content

Commit c4bbee2

Browse files
authored
Merge pull request #49299 from ivorb/agent-service-modules
PR bugs
2 parents 2bf09e3 + 6c5e764 commit c4bbee2

File tree

3 files changed

+10
-99
lines changed

3 files changed

+10
-99
lines changed

learn-pr/wwl-data-ai/develop-ai-agent-azure/includes/2-what-is-ai-agent.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ An AI agent is a software service that uses generative AI to understand and perf
22

33
Understanding what an AI agent is and how to utilize them is crucial for effectively using AI to automate tasks, make informed decisions, and enhance user experiences. This knowledge enables organizations to deploy AI agents strategically, maximizing their potential to drive innovation, improve efficiency, and achieve business objectives.
44

5-
## Why Are AI Agents Useful?
5+
## Why Are AI agents useful?
66

77
AI agents are incredibly useful for several reasons:
88

@@ -14,36 +14,36 @@ AI agents are incredibly useful for several reasons:
1414

1515
Agents are built to simulate human-like intelligence and can be applied in various domains such as customer service, data analysis, automation, and more.
1616

17-
## Examples of AI Agent Use Cases
17+
## Examples of AI agent use Casesc
1818

1919
AI agents have a wide range of applications across various industries. Here are some notable examples:
2020

21-
### Personal Productivity Agents
21+
### Personal productivity agents
2222

2323
Personal productivity agents assist individuals with daily tasks such as scheduling meetings, sending emails, and managing to-do lists. For instance, Microsoft 365 Copilot can help users draft documents, create presentations, and analyze data within the Microsoft Office suite.
2424

25-
### Research Agents
25+
### Research agents
2626

2727
Research agents continuously monitor market trends, gather data, and generate reports. These agents can be used in financial services to track stock performance, in healthcare to stay updated with the latest medical research, or in marketing to analyze consumer behavior.
2828

29-
### Sales Agents
29+
### Sales agents
3030

3131
Sales agents automate lead generation and qualification processes. They can research potential leads, send personalized follow-up messages, and even schedule sales calls. This automation helps sales teams focus on closing deals rather than administrative tasks.
3232

33-
### Customer Service Agents
33+
### Customer service agents
3434

3535
Customer service agents handle routine inquiries, provide information, and resolve common issues. They can be integrated into chatbots on websites or messaging platforms, offering instant support to customers. For example, Cineplex uses an AI agent to process refund requests, significantly reducing handling time and improving customer satisfaction.
3636

37-
### Developer Agents
37+
### Developer agents
3838

3939
Developer agents help in software development tasks such as code review, bug fixing, and repository management. They can automatically update codebases, suggest improvements, and ensure that coding standards are maintained. GitHub Copilot is a great example of a developer agent.
4040

41-
> [TIP]
41+
> [!TIP]
4242
> To learn more about GitHub Copilot, explore the [GitHub Copilot fundamentals](/training/paths/copilot/) learning path.
4343
4444
## How to build an agent
4545

4646
Agents can be built with various services and platforms, including Microsoft 365, Semantic Kernel, and Azure AI Agent Service. The rest of this module will focus on the AI Agent Service, however there are independent learning paths on Microsoft Learn for the other services.
4747

48-
> [TIP]
48+
> [!TIP]
4949
> You can explore more about agents in general with the [Fundamentals of AI agents](/training/modules/ai-agent-fundamentals) module.

learn-pr/wwl-data-ai/develop-ai-agent-azure/includes/4-when-use-agent-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Previous solutions to achieve an agent-like experience took hundreds of lines of
2222

2323
## Agent building options
2424

25-
Azure AI Agent Service offers several advantages to building agents, but isn't always the best solution for your use case. For example, if you're trying to build an integration with M365 you might choose the Copilot Studio agent builder and if you're trying to orchestrate multiple agents, you might choose the Semantic Kernel Agents Framework.
25+
Azure AI Agent Service offers several advantages to building agents, but isn't always the best solution for your use case. For example, if you're trying to build an integration with Microsoft 365 you might choose the Copilot Studio agent builder and if you're trying to orchestrate multiple agents, you might choose the Semantic Kernel Agents Framework.
2626

2727
This [Fundamentals of AI Agents](/training/modules/ai-agent-fundamentals/3-agent-development) unit explores more of the options for building agents.
2828

learn-pr/wwl-data-ai/develop-ai-agent-azure/includes/6-knowledge-check.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)