mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Fix small typos in AutoGen 0.4 docs (#3871)
This commit is contained in:
@@ -20,7 +20,7 @@ Agent ID = (Agent Type, Agent Key)
|
||||
```
|
||||
|
||||
The agent type is not an agent class.
|
||||
It associate an agent with a specific
|
||||
It associates an agent with a specific
|
||||
factory function, which produces instances of agents
|
||||
of the same agent type.
|
||||
For example, different factory functions can produce the same
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"You might have already noticed, The agents' logic, whether it is using model or code executor,\n",
|
||||
"You might have already noticed, the agents' logic, whether it is using model or code executor,\n",
|
||||
"is completely decoupled from\n",
|
||||
"how messages are delivered. This is the core idea: the framework provides\n",
|
||||
"a communication infrastructure, and the agents are responsible for their own\n",
|
||||
|
||||
Reference in New Issue
Block a user