update: fix cr comment

This commit is contained in:
zhanglei 2024-06-27 17:00:40 +08:00
parent 28108bb378
commit c648f0704a

View file

@ -52,12 +52,12 @@ Some text indicating your thoughts, such as how you should update the plan statu
"""
JSON_REPAIR_PROMPT = """
## json data
{json_data}
## Output Format
```json
Formatted JSON data
```
Help check if there are any formatting issues with the JSON data? If so, please help format it
## json data
{json_data}
## Output Format
```json
Formatted JSON data
```
Help check if there are any formatting issues with the JSON data? If so, please help format it
"""