Merge pull request #416 from OpenBMB/fix-TestErrorSummary

FIX test error summary
This commit is contained in:
Chen Qian 2024-08-10 22:28:44 +08:00 committed by GitHub
commit 386fd211e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,6 @@ Made with [contrib.rocks](https://contrib.rocks).
<a href="https://github.com/OpenBMB/AgentVerse/"><img src="misc/agentverse.png" height=50pt></a>&nbsp;&nbsp;
<a href="https://github.com/OpenBMB/RepoAgent"><img src="misc/repoagent.png" height=50pt></a>
<a href="https://aibrb.com/introducing-herbie-your-super-employee-for-streamlined-productivity/"><img src="https://aibrb.com/wp-content/uploads/2023/09/Featured-on-AIBRB.com-white-1.png" height=50pt></a>
<a href="https://app.commanddash.io/agent?github=https://github.com/OpenBMB/ChatDev"><img src="misc/CommandDash.png" height=50pt></a>
## 📬 Contact

View File

@ -586,7 +586,8 @@ class TestErrorSummary(Phase):
user_role_prompt=self.user_role_prompt,
memory=chat_env.memory,
chat_turn_limit=chat_turn_limit,
placeholders=self.phase_env)
placeholders=self.phase_env,
model_type=self.model_type)
chat_env = self.update_chat_env(chat_env)
return chat_env

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB