mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Merge pull request #884 from Androbin/patch-4
Fix JSON formatting in prompt.txt
This commit is contained in:
@@ -45,8 +45,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",
|
||||
@@ -55,7 +54,7 @@ RESPONSE FORMAT:
|
||||
},
|
||||
"command": {
|
||||
"name": "command name",
|
||||
"args":{
|
||||
"args": {
|
||||
"arg name": "value"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user