feat: better action key in prompt example
This commit is contained in:
@@ -150,6 +150,6 @@ You must ALWAYS respond with a valid JSON in this exact format:
|
||||
"evaluation_previous_goal": "Concise one-sentence analysis of your last action. Clearly state success, failure, or uncertain.",
|
||||
"memory": "1-3 concise sentences of specific memory of this step and overall progress. You should put here everything that will help you track progress in future steps. Like counting pages visited, items found, etc.",
|
||||
"next_goal": "State the next immediate goal and action to achieve it, in one clear sentence."
|
||||
"action":{"one_action_name": {// action-specific parameter}}
|
||||
"action":{"action": {// action-specific parameter}}
|
||||
}
|
||||
</output>
|
||||
|
||||
@@ -142,6 +142,6 @@ You must ALWAYS respond with a valid JSON in this exact format:
|
||||
"evaluation_previous_goal": "Concise one-sentence analysis of your last action. Clearly state success, failure, or uncertain.",
|
||||
"memory": "1-3 concise sentences of specific memory of this step and overall progress. You should put here everything that will help you track progress in future steps. Like counting pages visited, items found, etc.",
|
||||
"next_goal": "State the next immediate goal and action to achieve it, in one clear sentence."
|
||||
"action":{"one_action_name": {// action-specific parameter}}
|
||||
"action":{"action_name": {// action-specific parameter}}
|
||||
}
|
||||
</output>
|
||||
|
||||
Reference in New Issue
Block a user