Skip to content

Commit 73917f0

Browse files
committed
feat: tweak language guidance prompt
1 parent 3b82d11 commit 73917f0

File tree

1 file changed

+1
-1
lines changed
  • skynet/modules/ttt/summaries/prompts

1 file changed

+1
-1
lines changed

skynet/modules/ttt/summaries/prompts/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def set_response_language(locale: Locale) -> str:
88
if not locale:
99
return stick_to_main_language
1010

11-
return f'Respond in {locale.name.lower()}.'
11+
return f'Make sure that you respond in {locale.name.lower()}.'

0 commit comments

Comments
 (0)