Skip to content

Commit e4f1f09

Browse files
authored
fixing list
1 parent dd2e63b commit e4f1f09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/agents/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ Once you've gotten the basics, you can start using multiple agents together to a
5757
## Why use Azure AI Agent Service?
5858

5959
When compared to developing with the [Inference API](/azure/ai-studio/reference/reference-model-inference-api) directly, Azure AI Agent Service provides a more streamlined and secure way to build and deploy AI agents. This includes:
60-
1. **Automatic tool calling** – no need to parse a tool call, invoke the tool, and handle the response; all of this is now done server-side
61-
2. **Securely managed data** – instead of managing your own conversation state, you can rely on threads to store all the information you need
62-
3. **Out-of-the-box tools** – In addition to the file retrieval and code interpreter tools provided by Azure OpenAI Assistants, Azure AI Agent Service also comes with a set of tools that you can use to interact with your data sources, such as Bing, Azure AI Search, and Azure Functions.
60+
- **Automatic tool calling** – no need to parse a tool call, invoke the tool, and handle the response; all of this is now done server-side
61+
- **Securely managed data** – instead of managing your own conversation state, you can rely on threads to store all the information you need
62+
- **Out-of-the-box tools** – In addition to the file retrieval and code interpreter tools provided by Azure OpenAI Assistants, Azure AI Agent Service also comes with a set of tools that you can use to interact with your data sources, such as Bing, Azure AI Search, and Azure Functions.
6363

6464
What originally took hundreds of lines of code can now be done in just a few with Azure AI Agent Service.
6565

0 commit comments

Comments
 (0)