Skip to content

Commit 213b9af

Browse files
Merge pull request #2507 from aahill/foundry-docs-2
Foundry docs 2
2 parents b5afca2 + 43e6744 commit 213b9af

File tree

6 files changed

+48
-0
lines changed

6 files changed

+48
-0
lines changed

articles/ai-services/agents/how-to/tools/code-interpreter.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,23 @@ The [models page](../../quotas-limits.md) contains the most up-to-date informati
3030

3131
We recommend using Agents with the latest models to take advantage of the new features, larger context windows, and more up-to-date training data.
3232

33+
34+
## Using the function calling tool with an agent
35+
36+
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:
37+
38+
1. In the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **action**. Then select **Add**.
39+
40+
:::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":::
41+
42+
1. Select **Code interpreter** and follow the prompts to add the tool.
43+
44+
:::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":::
45+
46+
1. You can optionally upload files for your agent to read and interpret information from datasets, generate code, and create graphs and charts using your data.
47+
48+
:::image type="content" source="../../media/tools/code-interpreter.png" alt-text="A screenshot showing the code interpreter upload page." lightbox="../../media/tools/code-interpreter.png":::
49+
3350
::: zone-end
3451

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

articles/ai-services/agents/how-to/tools/file-search.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,20 @@ We highly recommend that you ensure all files in a vector_store are fully proces
8484

8585
As a fallback, there's a 60-second maximum wait in the run object when the thread's vector store contains files that are still being processed. This is to ensure that any files your users upload in a thread a fully searchable before the run proceeds. This fallback wait does not apply to the agent's vector store.
8686

87+
## Add file search to an agent using the Azure AI Foundry portal
88+
89+
You can add the Bing Search 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:
90+
91+
1. In the **Create and debug** screen for your agent, scroll down the **Setup** pane on the right to **knowledge**. Then select **Add**.
92+
93+
:::image type="content" source="../../media/tools/knowledge-tools.png" alt-text="A screenshot showing the available tool categories in the Azure AI Foundry portal." lightbox="../../media/tools/knowledge-tools.png":::
94+
95+
1. Select **Files** and follow the prompts to add the tool.
96+
97+
:::image type="content" source="../../media/tools/knowledge-tools-list.png" alt-text="A screenshot showing the available knowledge tools in the Azure AI Foundry portal." lightbox="../../media/tools/knowledge-tools-list.png":::
98+
99+
:::image type="content" source="../../media/tools/file-upload.png" alt-text="A screenshot showing the file upload page." lightbox="../../media/tools/file-upload.png":::
100+
87101
::: zone-end
88102

89103
::: zone pivot="upload-files-code-examples"

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,23 @@ 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+
3148
::: zone-end
3249

3350
::: zone pivot="code-example"
126 KB
Loading
117 KB
Loading
251 KB
Loading

0 commit comments

Comments
 (0)