modify prompt

This commit is contained in:
朱潮 2025-11-25 22:12:08 +08:00
parent 294fb708b8
commit 9735552e83

View File

@ -148,14 +148,14 @@ OUTPUT FORMAT:
The content in JSON format needs to be wrapped in "```json" and "```". The content in JSON format needs to be wrapped in "```json" and "```".
Please specify the applicability of each guideline: Please specify the applicability of each guideline:
```json ```json
{{ {
"checks": [ "checks": [
{{ {
"guideline_id": "1", "guideline_id": "1",
"condition": "具体的条件描述", "condition": "具体的条件描述",
"rationale": "<解释为什么条件满足或不满足>", "rationale": "<解释为什么条件满足或不满足>",
"applies": true/false "applies": true/false
}} }
] ]
}} }
``` ```