fix format

This commit is contained in:
better629 2023-12-21 15:06:59 +08:00
parent 18a195a367
commit 6af9fecf65
7 changed files with 26 additions and 46 deletions

View file

@ -70,7 +70,7 @@ class Researcher(Role):
return ret
def research_system_text(self, topic, current_task: Action) -> str:
""" BACKWARD compatible
"""BACKWARD compatible
This allows sub-class able to define its own system prompt based on topic.
return the previous implementation to have backward compatible
Args: