Open
Description
In swebench we saw 4.1 loves apply_patch and rarely uses insert_edit_into_file. However, in the real world, our telemetry indicates that it still calls it more than we would like. Some ideas:
- See if we'd be able to remove insert_edit from 4.1's capabilities
- Or, keep it in with instructions like "Never use this tool unless told otherwise" and have apply_patch in its output say "You may use insert_edit for this edit" only if apply_patch fails twice in a row.