Skip to content

Commit c7a91f5

Browse files
Agents, supercharged - Multi-agents, External tools, and more docs typo fixed (#33478)
* Typo fixed in Agents, supercharged
1 parent 2f62146 commit c7a91f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/agents_advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can easily build hierarchical multi-agent systems with `transformers.agents`
3434

3535
To do so, encapsulate the agent in a [`ManagedAgent`] object. This object needs arguments `agent`, `name`, and a `description`, which will then be embedded in the manager agent's system prompt to let it know how to call this managed agent, as we also do for tools.
3636

37-
Here's an example of making an agent that managed a specitif web search agent using our [`DuckDuckGoSearchTool`]:
37+
Here's an example of making an agent that managed a specific web search agent using our [`DuckDuckGoSearchTool`]:
3838

3939
```py
4040
from transformers.agents import ReactCodeAgent, HfApiEngine, DuckDuckGoSearchTool, ManagedAgent

0 commit comments

Comments
 (0)