Skip to content

Commit 81aaff5

Browse files
committed
changing file
1 parent 65057f6 commit 81aaff5

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

articles/ai-services/agents/how-to/tools/azure-functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ To use all features of function calling including parallel functions, you need t
2727
## Prerequisites
2828

2929
* [Azure Functions Core Tools v4.x](/azure/azure-functions/functions-run-local)
30-
* [Azure AI Foundry Agent Service](../../../../ai-foundry/how-to/develop/sdk-overview.md?tabs=sync&pivots=programming-language-python#azure-ai-agent-service)
30+
* [A deployed agent with the standard setup](../../quickstart.md)
31+
* The basic agent setup is not supported.
3132
* [Azurite](https://github.com/Azure/Azurite)
3233

3334
## Prepare your local environment

articles/ai-services/agents/how-to/tools/catalog.md renamed to articles/ai-services/agents/how-to/tools/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 03/12/2025
9+
ms.date: 05/08/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents
@@ -75,7 +75,7 @@ The following tools are authored by third-party partners. Use the links below to
7575

7676
> [!IMPORTANT]
7777
> * Your use of connected non-Microsoft services is subject to the terms between you and the service provider. By connecting to a non-Microsoft service, you acknowledge that some of your data, such as prompt content, is passed to the non-Microsoft service, and/or your application might receive data from the non-Microsoft service. You're responsible for your use of non-Microsoft data.
78-
> * Using tools from tool catalog might incur usage with tool providers, review the pricing plan with your selected tool providers.
78+
> * Using tools might incur usage with tool providers, review the pricing plan with your selected tool providers.
7979
8080
|Tool |Description |
8181
|---------|---------|

articles/ai-services/agents/toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ items:
2828
href: concepts/threads-runs-messages.md
2929
- name: Tools
3030
items:
31-
- name: Tool catalog
32-
href: how-to/tools/catalog.md
31+
- name: Tool Overview
32+
href: how-to/tools/overview.md
33+
displayName: tools
3334
- name: Grounding with Bing Search
3435
items:
3536
- name: Overview

0 commit comments

Comments
 (0)