From 8ee09d4d271f387eac5784297b5cb6d209c252d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=A8=E7=BC=A8?= Date: Mon, 23 Sep 2024 15:09:15 +0800 Subject: [PATCH] chore: fix issue language (#403) --- server/agent/prompts/issue_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/agent/prompts/issue_helper.py b/server/agent/prompts/issue_helper.py index 7b9bbfe2..4a58710d 100644 --- a/server/agent/prompts/issue_helper.py +++ b/server/agent/prompts/issue_helper.py @@ -24,7 +24,7 @@ # Constraints: - Ensure suggestions align with the user’s needs. -- Respect the language of the issue's title and content. +- Respect the language of the issue's title and content. Ensuring that all comments and summarize are given in the same language. e.g., English or Chinese. - Output only the final result without the thought process. - Return the most reliable solution. - Do not return full content of any files.