mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
update: fix cr comment
This commit is contained in:
parent
28108bb378
commit
c648f0704a
1 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue