Fix bugs.

This commit is contained in:
Liu Zhicong
2023-12-31 00:20:48 -08:00
parent 29594c0319
commit b6395c2195
6 changed files with 40 additions and 9 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ process_description="""
reply_format = """
The Response must be directly parsed by `python json.loads`. Here is an example:
{
think:'$think step-by-step to be sure you have the right answer.'
think:'$think step-by-step to be sure you have the right answer.',
determine : '$determine, summary what you will do',
plans:[ #Optional
{"todo":"$todo_name","detail":"$todo_detail,"category":"$todo_category"}
...