Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Message() without content param #599

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

better629
Copy link
Collaborator

Features

  • support define Message("")

Feature Docs

Influence

Result

(metagpt_310) MacBook-Pro:MetaGPT xxxx$ pytest tests/metagpt/serialize_deserialize/test_schema.py 
========================================================================================================= test session starts ==========================================================================================================
platform darwin -- Python 3.10.13, pytest-7.2.2, pluggy-1.3.0
rootdir: /Users/xxxx/work/demo-code/MetaGPT
plugins: asyncio-0.23.2, anyio-3.7.1, mock-3.11.1
asyncio: mode=strict
collected 2 items                                                                                                                                                                                                                      

tests/metagpt/serialize_deserialize/test_schema.py ..                                                                                                                                                                            [100%]

========================================================================================================== 2 passed in 0.76s ===========================================================================================================
(metagpt_310) MacBook-Pro:MetaGPT xxxx$ pytest tests/metagpt/test_schema.py 
========================================================================================================= test session starts ==========================================================================================================
platform darwin -- Python 3.10.13, pytest-7.2.2, pluggy-1.3.0
rootdir: /Users/xxxx/work/demo-code/MetaGPT
plugins: asyncio-0.23.2, anyio-3.7.1, mock-3.11.1
asyncio: mode=strict
collected 4 items                                                                                                                                                                                                                      

tests/metagpt/test_schema.py ....  
==================================================================================================== 4 passed, 3 warnings in 0.59s =====================================================================================================

Other

@geekan geekan merged commit eac2ba1 into geekan:main Dec 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants