mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
fix(file_tool): remove redundant result combination logic
This commit is contained in:
parent
660eed93bb
commit
b5b3e61ced
1 changed files with 0 additions and 3 deletions
|
|
@ -44,6 +44,3 @@ class BatchWriteFileOp(BaseAsyncOp):
|
|||
write_op = WriteFileOp(save_answer=self.save_answer)
|
||||
await write_op.async_call(file_path=file_path, content=content)
|
||||
result.append(write_op.output)
|
||||
|
||||
# Combine all results into a single response
|
||||
self.context.response.answer = "\n".join(result)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue