From ec4ccbbad2aaf9033492e8fe360f39f6d00abefd Mon Sep 17 00:00:00 2001 From: Bill Wilder Date: Fri, 4 Oct 2024 22:39:50 -0400 Subject: [PATCH] Fix minor typos --- semantic-kernel/concepts/agents.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semantic-kernel/concepts/agents.md b/semantic-kernel/concepts/agents.md index b699400f..e106f246 100644 --- a/semantic-kernel/concepts/agents.md +++ b/semantic-kernel/concepts/agents.md @@ -13,9 +13,9 @@ ms.custom: build-2023, build-2023-dataai # What are agents? :::row::: :::column span="3"::: - Agents are software based entities that leverage AI models to do works for you. They are built to perform a wide range of tasks and called different names based on the jobs they do. + Agents are software based entities that leverage AI models to do work for you. They are built to perform a wide range of tasks and called different names based on the jobs they do. - For example, an agent built to answer questions is referred to as a chatbot due to it’s chat-based experience. These agents are typically grounded in your own data, like company documents. + For example, an agent built to answer questions is referred to as a chatbot due to its chat-based experience. These agents are typically grounded in your own data, like company documents. An agent built to work along side you is typically called a copilot. These agents help you complete tasks like writing emails or creating other office artifacts by providing recommendations that you choose to either accept or reject.