Chi Wang
6b47a966dd
fix test_human_input ( #2063 )
...
* fix test_human_input
* shorten tests
* terminate chat early
* limit max turns
* limit max_rounds
* check skip_openai
2024-03-19 06:44:39 +00:00
Gunnar Kudrjavets
b8ceb866e6
Add shebang functionality to tests ( #1784 )
...
Tests that contain `if __name__ == "__main__":` now have a shebang line
and execute permission.
2024-02-29 01:11:08 +00:00
Qingyun Wu
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
2024-02-07 17:17:05 +00:00
bitnom
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>
2024-01-19 03:46:20 +00:00