We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0b2c9 commit 8fe6949Copy full SHA for 8fe6949
agents/agent_cases/mdt.py agents/agent_cases/low.py
@@ -179,4 +179,4 @@ def simplify_reply(self, response: str) -> str:
179
max_turn= 5
180
)
181
182
- return self.translate(self.mod.last_message()["content"], "eng", self.src_lang)
+ return self.translate(self.mod.last_message()["content"], "eng", self.src_lang)
0 commit comments