You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[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. | ✔️ | ✔️ |
|[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. | ✔️ ||
0 commit comments