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
Copy file name to clipboardExpand all lines: articles/ai-services/agents/how-to/tools/overview.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,17 @@ Agents can access multiple tools in parallel. These can be both Azure OpenAI-hos
26
26
27
27
## Knowledge tools
28
28
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)| Uses an existing Azure AI Search index as a knowledge base. |
|[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. | ✔️ | ✔️ | ✔️ |
34
34
35
35
## Action tools
36
36
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. |
|[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