-
Notifications
You must be signed in to change notification settings - Fork 8.2k
concise next goal #2894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
concise next goal #2894
Conversation
Agent Task Evaluation Results: 3/3 (100%)View detailed results
Check the evaluate-tasks job for detailed task execution logs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 2 files
React with 👍 or 👎 to teach cubic. You can also tag @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
"evaluation_previous_goal": "One-sentence analysis of your last action. Clearly state success, failure, or uncertain.", | ||
"memory": "1-3 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 goals and actions to achieve it, in one clear sentence." | ||
"next_goal": "State the next immediate goal and action to achieve it, in one clear sentence.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Prompt Inconsistencies: Missing Qualifier, Extra Comma
There are a couple of inconsistencies between system_prompt.md
and system_prompt_no_thinking.md
. The evaluation_previous_goal
description in system_prompt_no_thinking.md
is missing the "Concise" qualifier, which is present in system_prompt.md
. Also, the next_goal
field in system_prompt_no_thinking.md
includes an extra trailing comma that is absent in system_prompt.md
.
Auto-generated PR for: concise next goal
Summary by cubic
Make next_goal a single, concise action in both agent prompts and update the example to focus on the first item. Also clarify that evaluation_previous_goal must be a concise one-sentence assessment of the last action.