Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small typos in AutoGen 0.4 docs #3871

Merged
merged 3 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading