Skip to content

Commit c2d33c8

Browse files
committed
removing tools
1 parent 9853199 commit c2d33c8

File tree

5 files changed

+0
-30
lines changed

5 files changed

+0
-30
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,6 @@ When you're done working with your function app and related resources, you can u
119119
azd down --purge
120120
```
121121

122-
123-
## Using the Azure functions tool with an agent
124-
125-
You can add the function calling tool to an agent programatically using the code examples listed at the top of this article, or the Azure AI Foundry portal. If you want to use the portal:
126-
127-
1. In the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **action**. Then select **Add**.
128-
129-
:::image type="content" source="../../media/tools/action-tools.png" alt-text="A screenshot showing the available tool categories in the Azure AI Foundry portal." lightbox="../../media/tools/action-tools.png":::
130-
131-
1. Select **Azure Functions** and follow the prompts to add the tool.
132-
133-
:::image type="content" source="../../media/tools/action-tools-list.png" alt-text="A screenshot showing the available action tools in the Azure AI Foundry portal." lightbox="../../media/tools/action-tools-list.png":::
134-
135122
::: zone-end
136123

137124
::: zone pivot="code-example"

articles/ai-services/agents/how-to/tools/function-calling.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,6 @@ The [models page](../../concepts/model-region-support.md) contains the most up-t
2828

2929
To use all features of function calling including parallel functions, you need to use a model that was released after November 6, 2023.
3030

31-
32-
## Using the function calling tool with an agent
33-
34-
You can add the function calling tool to an agent programatically using the code examples listed at the top of this article, or the Azure AI Foundry portal. If you want to use the portal:
35-
36-
1. In the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **action**. Then select **Add**.
37-
38-
:::image type="content" source="../../media/tools/action-tools.png" alt-text="A screenshot showing the available tool categories in the Azure AI Foundry portal." lightbox="../../media/tools/action-tools.png":::
39-
40-
1. Select **Custom function** and follow the prompts to add the tool.
41-
42-
:::image type="content" source="../../media/tools/action-tools-list.png" alt-text="A screenshot showing the available action tools in the Azure AI Foundry portal." lightbox="../../media/tools/action-tools-list.png":::
43-
44-
1. You can use a function that you define (examples provided in the code samples tab above), or you can try an example function.
45-
46-
:::image type="content" source="../../media/tools/custom-function-trigger.png" alt-text="A screenshot showing the custom function trigger." lightbox="../../media/tools/custom-function-trigger.png":::
47-
4831
::: zone-end
4932

5033
::: zone pivot="code-example"
-38.6 KB
Loading
Binary file not shown.
-62 KB
Loading

0 commit comments

Comments
 (0)