feat: better action key in prompt example

This commit is contained in:
Simon
2026-02-02 13:39:04 +08:00
parent da440f63c3
commit d8ec4cf1ab
2 changed files with 2 additions and 2 deletions

View File

@@ -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>