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
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,16 @@ 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 | 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. | ✔️ | ✔️ |
|[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. | ✔️ | ✔️ | File upload only | File upload and using blob storage |
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 | 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. | ✔️ ||
|[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. | ✔️ | ✔️ | ✔️ | ✔️ |
Copy file name to clipboardExpand all lines: articles/ai-services/agents/whats-new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This article provides a summary of the latest releases and major documentation u
21
21
22
22
Azure AI Service is now available in preview. The service builds off of the [Assistants API](../openai/how-to/assistant.md) in Azure OpenAI, and offers several additional features, such as:
23
23
24
-
* Several [additional tools](./how-to/tools/overview.md) to enhance your AI agents' functionality, such as the ability to use Bing as a knowledge source and call function specified by the OpenAPI 3.0 spec.
24
+
* Several [additional tools](./how-to/tools/overview.md) to enhance your AI agents' functionality, such as the ability to use Bing and as a knowledge source and call functions.
25
25
* The ability to use non Azure OpenAI [models](./concepts/model-region-support.md#additional-models):
0 commit comments