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 "```".
Please specify the applicability of each guideline:
```json
{{
{
"checks": [
{{
{
"guideline_id": "1",
"condition": "具体的条件描述",
"rationale": "<解释为什么条件满足或不满足>",
"applies": true/false
}}
}
]
}}
}
```