We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Multi-Agent Design Patterns -> Intro
1 parent 6044924 commit c59cfddCopy full SHA for c59cfdd
python/packages/autogen-core/docs/src/user-guide/core-user-guide/design-patterns/intro.md
@@ -9,7 +9,7 @@ like software development.
9
10
A multi-agent design pattern is a structure that emerges from message protocols:
11
it describes how agents interact with each other to solve problems.
12
-For example, the [tool-equiped agent](../framework/tools.ipynb#tool-equipped-agent) in
+For example, the [tool-equipped agent](../framework/tools.ipynb#tool-equipped-agent) in
13
the previous section employs a design pattern called ReAct,
14
which involves an agent interacting with tools.
15
0 commit comments