Skip to content

Commit

Permalink
Fix formatting in sequential chat notebook (microsoft#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Mar 8, 2024
1 parent f171b26 commit 2dc5b74
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 2dc5b74

Please sign in to comment.