Skip to content

Commit 31355af

Browse files
committed
updating tool overview
1 parent 732f7e1 commit 31355af

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ Agents can access multiple tools in parallel. These can be both Azure OpenAI-hos
2626
2727
## Knowledge tools
2828

29-
|Tool |Description |
30-
|---------|---------|
31-
| [Grounding with Bing Search](./bing-grounding.md) | Allows your agents to incorporate real-time public web data when generating responses. |
32-
|[File search](./file-search.md) | Augments agents with knowledge from outside its model, such as proprietary product information or documents provided by your users. |
33-
| [Azure AI Search](./azure-ai-search.md) | Usees an existing Azure AI Search index as a knowlege base. |
29+
|Tool |Description | Python SDK | C# SDK | JavaScript SDK |
30+
|---------|---------|---------|---------|---------|
31+
| [Grounding with Bing Search](./bing-grounding.md) | Allows your agents to incorporate real-time public web data when generating responses. | ✔️ | ✔️ | ✔️ |
32+
|[File search](./file-search.md) | Augments agents with knowledge from outside its model, such as proprietary product information or documents provided by your users. | ✔️ | ✔️ | ✔️ |
33+
| [Azure AI Search](./azure-ai-search.md) | Usees an existing Azure AI Search index as a knowlege base. | ✔️ | ✔️ | ✔️ |
3434

3535
## Action tools
3636

37-
|Tool |Description |
38-
|---------|---------|
39-
| [Code interpreter](./code-interpreter.md) | Enables agents to write and run Python code in a sandboxed execution environment. |
40-
|[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. |
41-
| [OpenAPI specified tools](./openapi-spec.md) | Connects your Azure AI Agent to an external API using an OpenAPI 3.0 specified tool. |
37+
|Tool |Description | Python SDK | C# SDK | JavaScript SDK |
38+
|---------|---------|---------|---------|---------|
39+
| [Code interpreter](./code-interpreter.md) | Enables agents to write and run Python code in a sandboxed execution environment. | ✔️ | ✔️ | ✔️ |
40+
|[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. | ✔️ | ✔️ | ✔️ |
41+
| [OpenAPI specified tools](./openapi-spec.md) | Connects your Azure AI Agent to an external API using an OpenAPI 3.0 specified tool. | ✔️ | | |
4242

0 commit comments

Comments
 (0)