Skip to content

Commit 4b39cc2

Browse files
committed
updating link
1 parent af3e8a4 commit 4b39cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Agents can access multiple tools in parallel. These can be both Azure OpenAI-hos
2828

2929
|Tool |Description |
3030
|---------|---------|
31-
| [Code interpreter](./code-interpreter.md) | Enables agents to write and run Python code in a sandboxed execution environment. |
3231
| [Grounding with Bing Search](./bing-grounding.md) | Allows your agents to incorporate real-time public web data when generating responses. |
3332
|[File search](./file-search.md) | Augments agents with knowledge from outside its model, such as proprietary product information or documents provided by your users. |
3433

3534
## Action tools
3635

3736
|Tool |Description |
3837
|---------|---------|
38+
| [Code interpreter](./code-interpreter.md) | Enables agents to write and run Python code in a sandboxed execution environment. |
3939
|[Function calling](./function-calling.md) | Allows you to describe the structure of functions to an agent and then return the functions that need to be called along with their arguments. |
4040

0 commit comments

Comments
 (0)