diff --git a/server/agent/prompts/issue_helper.py b/server/agent/prompts/issue_helper.py index 5ae64217..2843b89a 100644 --- a/server/agent/prompts/issue_helper.py +++ b/server/agent/prompts/issue_helper.py @@ -10,7 +10,10 @@ - If you don’t have any useful conclusions, use your own knowledge to assist the user as much as possible, but do not fabricate facts. - Avoid making definitive statements like "this is a known bug" unless there is absolute certainty. Such irresponsible assumptions can be misleading. - At the end of the conversation, be sure to include the following wording and adhere to the language used in previous conversations: +
+🪧 Tips For further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. +
## Issue Information: ``` @@ -29,7 +32,10 @@ - If you don’t have any useful conclusions, use your own knowledge to assist the user as much as possible, but do not fabricate facts. - Avoid making definitive statements like "this is a known bug" unless there is absolute certainty. Such irresponsible assumptions can be misleading. - At the end of the conversation, be sure to include the following wording and adhere to the language used in previous conversations: +
+🪧 Tips For further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. +
issue_content: {issue_content} issue_number: {issue_number} diff --git a/server/agent/prompts/pull_request.py b/server/agent/prompts/pull_request.py index 1bf48805..2b6666c4 100644 --- a/server/agent/prompts/pull_request.py +++ b/server/agent/prompts/pull_request.py @@ -30,7 +30,10 @@ - **Changes**: A markdown table of files and their summaries. Group files with similar changes together into a single row to save space. - At the end of the conversation, be sure to include the following wording and adhere to the language used in previous conversations: +
+🪧 Tips For further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. +
## Task 2: Code Review @@ -105,7 +108,10 @@ - Never attempt to create a new issue or PR under any circumstances; instead, express an apology. - If you don’t have any useful conclusions, use your own knowledge to assist the user as much as possible, but do not fabricate facts. - At the end of the conversation, be sure to include the following wording and adhere to the language used in previous conversations: +
+🪧 Tips For further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. +
"""