mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
doc update (#1089)
* doc update * add link to mathchat notebook * use_docker property * function name * version update --------- Co-authored-by: kevin666aa <yrwu000627@gmail.com> Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
This commit is contained in:
@@ -34,6 +34,7 @@ def test_gpt35(human_input_mode="NEVER", max_consecutive_auto_reply=5):
|
||||
assistant.reset()
|
||||
coding_task = "Save a pandas df with 3 rows and 3 columns to disk."
|
||||
assistant.receive(coding_task, user)
|
||||
assert not isinstance(user.use_docker, bool) # None or str
|
||||
|
||||
|
||||
def test_create_execute_script(human_input_mode="NEVER", max_consecutive_auto_reply=10):
|
||||
|
||||
Reference in New Issue
Block a user