Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enforce full path usage in patch tool
The patch tool sometimes failed to use complete paths when suggesting changes, leading to potential errors. This change improves the tool's example prompt to better demonstrate and enforce the use of full paths. - Updated example to show full path usage (src/hello.py) - Changed FILENAME to PATH in example prompt to prevent missing path to file - Added complete file content in example for better context
- Loading branch information