chore: Add blank line in the end

This commit is contained in:
DevXiaolan 2023-09-19 15:53:47 +08:00
parent e22ac2ba18
commit 56398ff4c6

View file

@ -38,3 +38,4 @@ class PrepareInterview(Action):
prompt = PROMPT_TEMPLATE.format(context=context)
question_list = await self._aask_v1(prompt)
return question_list