Fix: reset tools in/out-put. (#10378)
### What problem does this PR solve? #10361 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
d6eded1959
commit
e7dde69584
1 changed files with 4 additions and 0 deletions
|
|
@ -346,3 +346,7 @@ Respond immediately with your final comprehensive answer.
|
|||
|
||||
return "Error occurred."
|
||||
|
||||
def reset(self):
|
||||
for k, cpn in self.tools.items():
|
||||
cpn.reset()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue