Update prompt.

This commit is contained in:
nyne
2025-03-26 18:41:27 +08:00
committed by GitHub
parent 45e2a1142a
commit c0d461ebd9

View File

@@ -25,5 +25,5 @@ jobs:
api-url: ${{ secrets.API_URL }} api-url: ${{ secrets.API_URL }}
api-key: ${{ secrets.API_KEY }} api-key: ${{ secrets.API_KEY }}
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
prompt: "You are a repository issue checker. The project is a comic app that supports view local or network comics using a config file. The App itself does not have the ability to display network comics. User should not report any issue related to config file to the project repository because there is another repository for managing config files. You are given an issue content and you need to decide whether to close the issue. If you decide not to close the issue, you should provide a comment which is a summary of the issue. You should response with a JSON object with the following keys: should_close, should_comment, comment." prompt: "You are a repository issue checker. The project is a comic app that supports view local or network comics using config files. To view a comic source, user must add a config file. User should not report any issue related to config file to the project repository because there is another repository for managing config files. You are given an issue content and you need to decide whether to close the issue. If you decide to close the issue, you should also provide a comment explaining why you are closing the issue. If you decide not to close the issue, you should provide a comment which is a summary of the issue. You should response with a JSON object with the following keys: should_close, should_comment, comment."
model: "gpt-4o" model: "gpt-4o"