mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-18 12:07:25 -05:00
Convert ChatCompletionMessage to Dict after completion (#791)
* update * update * update signature * update * update * fix test funccall groupchat * reverse change * update * update * update * update * update --------- Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu> Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
- name: Coverage
|
||||
if: matrix.python-version == '3.10'
|
||||
run: |
|
||||
pip install -e .[mathchat,test]
|
||||
pip install -e .[test]
|
||||
pip uninstall -y openai
|
||||
coverage run -a -m pytest test --ignore=test/agentchat/contrib
|
||||
coverage xml
|
||||
|
||||
Reference in New Issue
Block a user