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

DOCS: Minor updates to handoffs.ipynb #5665

Merged
merged 2 commits into from
Feb 24, 2025
Merged
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 @@ -469,7 +469,7 @@
"We have defined the AI agents, the Human Agent, the User Agent, the tools, and the topic types.\n",
"Now we can create the team of agents.\n",
"\n",
"For the AI agents, we use the {py:class}~autogen_ext.models.OpenAIChatCompletionClient`\n",
"For the AI agents, we use the {py:class}`~autogen_ext.models.OpenAIChatCompletionClient`\n",
"and `gpt-4o-mini` model.\n",
"\n",
"After creating the agent runtime, we register each of the agent by providing\n",
Expand Down Expand Up @@ -705,7 +705,7 @@
"Hello this is manager\n",
"--------------------------------------------------------------------------------\n",
"User:\n",
"Hi! Thanks for your service. I give you a 5 start!\n",
"Hi! Thanks for your service. I give you 5 stars!\n",
"--------------------------------------------------------------------------------\n",
"HumanAgent:\n",
"Thanks.\n",
Expand Down
Loading