Skip to content

Commit 8b9599d

Browse files
authored
Merge pull request #1967 from aahill/agents
[Azure AI Svcs] removing javascript
2 parents 21642d1 + d1f14c1 commit 8b9599d

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 | 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) | Uses an existing Azure AI Search index as a knowledge base. | ✔️ | ✔️ | ✔️ |
29+
|Tool |Description | Python SDK | C# 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) | Uses an existing Azure AI Search index as a knowledge base. | ✔️ | ✔️ |
3434

3535
## Action tools
3636

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. | ✔️ | | |
37+
|Tool |Description | Python SDK | C# 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)