| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
fbe8476726
|
fix local test failures (#2386)
* fix local test failures * set skip |
2 years ago |
|
|
42b27b9a9d
|
Add isort (#2265)
* Add isort * Apply isort on py files * Fix circular import * Fix format for notebooks * Fix format --------- Co-authored-by: Chi Wang <wang.chi@microsoft.com> |
2 years ago |
|
|
6b47a966dd
|
fix test_human_input (#2063)
* fix test_human_input * shorten tests * terminate chat early * limit max turns * limit max_rounds * check skip_openai |
2 years ago |
|
|
b8ceb866e6
|
Add shebang functionality to tests (#1784)
Tests that contain `if __name__ == "__main__":` now have a shebang line and execute permission. |
2 years ago |
|
|
2a2e466932
|
Using a more robust "reflection_with_llm" summary method (#1575)
* summary exception * badrequest error * test * skip reason * error * address func call in summary * reflection_with_llm enhancement and tests * remove old * update notebook * update notebook |
2 years ago |
|
|
e97b6395af
|
Allow initiate_chat without passing message (#1244)
* allow initiate_chat without passing message * test human input * assert called * Add missing method a_generate_init_message * fix tests * add back skipif * Update test/agentchat/test_async_get_human_input.py --------- Co-authored-by: Chi Wang <wang.chi@microsoft.com> |
2 years ago |