Skip to content

Commit

Permalink
update notebook and test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu committed Mar 1, 2024
1 parent fcfec9a commit 2bafdb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions notebook/agentchat_nestedchat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@
"]\n",
"assistant_1.register_nested_chats(\n",
" nested_chat_queue,\n",
" trigger=user,\n",
")\n",
"# user.initiate_chat(assistant, message=tasks[0], max_turns=1)\n",
"\n",
Expand Down
1 change: 1 addition & 0 deletions test/agentchat/test_nested.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def writing_message(recipient, messages, sender, config):
]
assistant.register_nested_chats(
nested_chat_queue,
trigger=user,
)
user.initiate_chats([{"recipient": assistant, "message": tasks[0]}, {"recipient": assistant, "message": tasks[1]}])

Expand Down

0 comments on commit 2bafdb2

Please sign in to comment.