Skip to content

Commit

Permalink
Merge branch 'main' into fix-send_introductions-type
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu authored Mar 8, 2024
2 parents d003302 + 78a5a6b commit 87ca0a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebook/agentchats_sequential_chats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"### Solve tasks with a series of chats\n",
"\n",
"The `autogen.initiate_chats` interface can take a list of dictionaries as inputs. Each dictionary preserves the following fields: \n",
"\n",
"- `sender`: a conversable agent as the sender;\n",
"- `recipient`: a conversable agent as the recipient;\n",
"- `message`: is a string of text (typically a message containing the task);\n",
Expand Down

0 comments on commit 87ca0a5

Please sign in to comment.