Skip to content

Commit c59cfdd

Browse files
authored
Fix typo in Multi-Agent Design Patterns -> Intro docs (microsoft#4991)
1 parent 6044924 commit c59cfdd

File tree

1 file changed

+1
-1
lines changed
  • python/packages/autogen-core/docs/src/user-guide/core-user-guide/design-patterns

1 file changed

+1
-1
lines changed

python/packages/autogen-core/docs/src/user-guide/core-user-guide/design-patterns/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ like software development.
99

1010
A multi-agent design pattern is a structure that emerges from message protocols:
1111
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
12+
For example, the [tool-equipped agent](../framework/tools.ipynb#tool-equipped-agent) in
1313
the previous section employs a design pattern called ReAct,
1414
which involves an agent interacting with tools.
1515

0 commit comments

Comments
 (0)