JP Miller
JP Miller
Dan's Lifecycle Guide
New guide for writing Invariants as prompted by recent Discussions https://github.com/reach-sh/reach-lang/issues/1468
Added `refusal` argument to `ChatMessage` class. Resolves Issue #413: https://github.com/OpenBMB/ChatDev/issues/413 Fixes the TypeError exception: ``` Traceback (most recent call last): File "/opt/anaconda3/envs/ChatDev_conda_env/lib/python3.9/site-packages/tenacity/__init__.py", line 382, in __call__ result = fn(*args, **kwargs)...