Deprecate attempt_completion
tool in favor for a manual action triggered by the user
#7410
Replies: 2 comments 1 reply
-
highly agree with this, it's so annoying when used in ask mode although, orchestrator subtask flow may fail if we completely remove this since it's needed to pass context back to the parent ideally we should be able to disable this, but keep it working for subtask since it's still needed for that use case |
Beta Was this translation helpful? Give feedback.
-
I requested this 6 months ago: #406 If you just change the prompts by removing all mention of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem: right now, and no matter what model I use, I end up fighting against countless attempts by the LLM of telling me that the job is complete and I can start another task now. The model will fixate on a particular comment I made earlier, even if it was a simple nudge to take it in the right direction, and will give up after doing that particular subtask, when the real work is far from done. This happens multiple times per session.
Why is undesirable: every mistaken attempt at "completing" the task is expensive in several ways:
Proposal: Completely remove the feature as a callable tool exposed to the models, and replace it with an inconspicuous button that can be manually pressed by the developer when the task is actually done, and then maybe generate the summary, a commit message, or whatever fits the use case.
Beta Was this translation helpful? Give feedback.
All reactions