Fix small typos in AutoGen 0.4 docs (#3871)

This commit is contained in:
Mark Douthwaite
2024-10-22 09:35:20 +01:00
committed by GitHub
parent f747b3c884
commit 00e500ea90
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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",