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
+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
@@ -28,13 +28,13 @@ Agents can access multiple tools in parallel. These can be both Azure OpenAI-hos
28
28
29
29
|Tool |Description |
30
30
|---------|---------|
31
-
|[Code interpreter](./code-interpreter.md)| Enables agents to write and run Python code in a sandboxed execution environment. |
32
31
|[Grounding with Bing Search](./bing-grounding.md)| Allows your agents to incorporate real-time public web data when generating responses. |
33
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. |
34
33
35
34
## Action tools
36
35
37
36
|Tool |Description |
38
37
|---------|---------|
38
+
|[Code interpreter](./code-interpreter.md)| Enables agents to write and run Python code in a sandboxed execution environment. |
39
39
|[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. |
0 commit comments