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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: cognitive-services
6
6
manager: nitinme
7
7
ms.service: azure
8
8
ms.topic: how-to
9
-
ms.date: 12/11/2024
9
+
ms.date: 12/18/2024
10
10
author: aahill
11
11
ms.author: aahi
12
12
ms.custom: azure-ai-agents
@@ -39,3 +39,4 @@ Agents can access multiple tools in parallel. These can be both Azure OpenAI-hos
39
39
|[Code interpreter](./code-interpreter.md)| Enables agents to write and run Python code in a sandboxed execution environment. | ✔️ | ✔️ | ✔️ | ✔️ |
40
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
41
|[OpenAPI Specification](./openapi-spec.md)| Connect to an external API using an OpenAPI 3.0 specified tool, allowing for scalable interoperability with various applications. | ✔️ | ✔️ | ✔️ | ✔️ |
42
+
|[Azure functions](./azure-functions.md)| Use Azure functions to leverage the scalability and flexibility of serverless computing. | ✔️ ||| ✔️ |
0 commit comments