mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-09 09:14:19 +01:00
Fix JSON formatting in prompt.txt
This commit is contained in:
@@ -44,8 +44,7 @@ You should only respond in JSON format as described below
|
||||
|
||||
RESPONSE FORMAT:
|
||||
{
|
||||
"thoughts":
|
||||
{
|
||||
"thoughts": {
|
||||
"text": "thought",
|
||||
"reasoning": "reasoning",
|
||||
"plan": "- short bulleted\n- list that conveys\n- long-term plan",
|
||||
@@ -54,7 +53,7 @@ RESPONSE FORMAT:
|
||||
},
|
||||
"command": {
|
||||
"name": "command name",
|
||||
"args":{
|
||||
"args": {
|
||||
"arg name": "value"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user