### What problem does this PR solve? #2670 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.13.0
| @@ -1340,7 +1340,7 @@ class GoogleChat(Base): | |||
| + response["usage"]["output_tokens"], | |||
| ) | |||
| except Exception as e: | |||
| return ans + "\n**ERROR**: " + str(e), 0 | |||
| return "\n**ERROR**: " + str(e), 0 | |||
| else: | |||
| self.client._system_instruction = self.system | |||
| if "max_tokens" in gen_conf: | |||