We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b82d11 commit 73917f0Copy full SHA for 73917f0
skynet/modules/ttt/summaries/prompts/common.py
@@ -8,4 +8,4 @@ def set_response_language(locale: Locale) -> str:
8
if not locale:
9
return stick_to_main_language
10
11
- return f'Respond in {locale.name.lower()}.'
+ return f'Make sure that you respond in {locale.name.lower()}.'
0 commit comments