mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 04:12:45 +02:00
update annotations
This commit is contained in:
parent
42da3b1fe8
commit
ae4b65fdfd
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ def repair_escape_error(commands):
|
|||
When the original JSON string is " {"content":"\\\\( \\\\frac{1}{2} \\\\)"} ",
|
||||
The "content" will be parsed correctly to "\( \frac{1}{2} \)".
|
||||
|
||||
However, if the orginal JSON string is " {"content":"\( \frac{1}{2} \)"}" directly.
|
||||
However, if the original JSON string is " {"content":"\( \frac{1}{2} \)"}" directly.
|
||||
It will cause a parsing error.
|
||||
|
||||
To repair the wrong JSON string, the following transformations will be used:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue