Fix formatting in sequential chat notebook (#1914)

This commit is contained in:
Jack Gerrits 2024-03-07 23:38:18 -05:00 committed by GitHub
parent 811fd6926d
commit 78a5a6b20c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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",