We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811fd69 commit 78a5a6bCopy full SHA for 78a5a6b
notebook/agentchats_sequential_chats.ipynb
@@ -78,6 +78,7 @@
78
"### Solve tasks with a series of chats\n",
79
"\n",
80
"The `autogen.initiate_chats` interface can take a list of dictionaries as inputs. Each dictionary preserves the following fields: \n",
81
+ "\n",
82
"- `sender`: a conversable agent as the sender;\n",
83
"- `recipient`: a conversable agent as the recipient;\n",
84
"- `message`: is a string of text (typically a message containing the task);\n",
0 commit comments