Skip to content

Commit

Permalink
update prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Aug 13, 2024
1 parent 0d797dc commit 6e7c901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/scripts/ci/prompt-difference.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ Group the issues by their type, which is defined as Heading 2 (##).
Output your response starting from**New Issues** in escaped, markdown text that can be sent as http body to API. Do not wrap output in code blocks.
Extract the name of the file from the first line of the report and title the new report with it in a following way: "# Slither's new issues in: <file_name>"

Remember that it might be possible that second report does not introduce any new issues. In such case, provide an empty report.

Format **New Issues** as Heading 2 using double sharp characters (##). Otherwise, do not include any another preamble and postamble to your answer.
2 changes: 2 additions & 0 deletions contracts/scripts/ci/prompt-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ If the count for given issue type is higher in the second report than in the fir
Your report should include only a single section titled "Confidence level".
Your evaluation of the completeness of the new issues report should be displayed as a Heading 3 using triple sharp characters (###). In a new line a brief explanation of the scale used, with minimum and maximum possible values.

Remember that it might be possible that second report does not introduce any new issues. In such case, confidence rating should be 5.

Output your response as escaped, markdown text that can be sent as http body to API. Do not wrap output in code blocks. Do not include any partial results or statistics regarding the number of new and resolved issues in any of the reports.
Format **Confidence level** as Heading 2 using double sharp characters (##). Otherwise, do not include any another preamble and postamble to your answer.

0 comments on commit 6e7c901

Please sign in to comment.