feat: +log

This commit is contained in:
莘权 马 2023-09-05 17:18:01 +08:00
parent 3f71ebb71a
commit 5c627df6c4

View file

@ -44,6 +44,7 @@ class TalkAction(Action):
f"Answer the following questions strictly in {language}, and the answers must follow the Markdown format.\n "
f"{self._talk}"
)
logger.info(f"PROMPT: {prompt}")
return prompt
@property