autogen/test
gagb 03b819bdf2
Add async test (#520)
* Add example nb for async funcs

* Add a notebook based test for async function calls

* Update nb

* Update nb

* Remove duplicate code

* Rename func for consistency

* Fix bug

* Add intro text for cmd cell 4

* Add a short comment on await

* Update agentchat_function_call_async.ipynb

Minor typo

* Add link to nb

---------

Co-authored-by: Joshua Kim <joshkyh@users.noreply.github.com>
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
2023-12-19 19:01:23 +00:00
..
agentchat Enable allow_repeat_speaker to be a list of agents that are allowed to repeat, rather than just a global boolean. (#905) 2023-12-18 03:51:39 +00:00
oai Convert ChatCompletionMessage to Dict after completion (#791) 2023-12-10 03:28:13 +00:00
test_files Adding first version of AgentEval -- a framework for assessing task utility for LLM-powered applications (#681) 2023-11-21 04:07:33 +00:00
test_code.py Message "content" now supports both `str` and `List` in Agents (#713) 2023-12-03 01:40:50 +00:00
test_notebook.py Add async test (#520) 2023-12-19 19:01:23 +00:00
test_retrieve_utils.py Support custom text formats and recursive (#496) 2023-11-21 03:53:50 +00:00
test_token_count.py Updated get_max_token_limit with latest models and numbers (#972) 2023-12-18 03:06:41 +00:00
twoagent.py make retry_time configurable, add doc (#53) 2023-09-30 16:21:07 +00:00