Skip to content

Commit 78a5a6b

Browse files
authored
Fix formatting in sequential chat notebook (#1914)
1 parent 811fd69 commit 78a5a6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebook/agentchats_sequential_chats.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"### Solve tasks with a series of chats\n",
7979
"\n",
8080
"The `autogen.initiate_chats` interface can take a list of dictionaries as inputs. Each dictionary preserves the following fields: \n",
81+
"\n",
8182
"- `sender`: a conversable agent as the sender;\n",
8283
"- `recipient`: a conversable agent as the recipient;\n",
8384
"- `message`: is a string of text (typically a message containing the task);\n",

0 commit comments

Comments
 (0)