del useless files

This commit is contained in:
better629 2024-03-27 13:51:09 +08:00
parent 64271fd85f
commit cdb4d48191
8 changed files with 1 additions and 24 deletions

View file

@ -460,7 +460,6 @@ class ActionNode:
self.instruct_content = scontent
else:
self.content = await self.llm.aask(prompt)
logger.info(self.content)
self.instruct_content = None
return self