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/cosmos-db/ai-agents.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
@@ -493,7 +493,7 @@ The LLM prompt initially began with the simple statement "You are a helpful and
493
493
494
494
#### Agent tools
495
495
496
-
[Tools](#features-and-types-of-ai-agents) are interfaces that an agent can use to interact with the world, often through function calling.
496
+
[Tools](#what-are-ai-agents) are interfaces that an agent can use to interact with the world, often through function calling.
497
497
498
498
When you're creating an agent, you must furnish it with a set of tools that it can use. The `@tool` decorator offers the most straightforward approach to defining a custom tool.
0 commit comments