mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2024-11-07 18:40:13 +03:00
Merge pull request #416 from OpenBMB/fix-TestErrorSummary
FIX test error summary
This commit is contained in:
commit
386fd211e9
@ -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>
|
||||
<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
|
||||
|
||||
|
@ -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 |
Loading…
Reference in New Issue
Block a user