Encourage agent to edit files it just created (#28372)

Release Notes:

- Fixed a problem that would cause the agent to keep recreating a file
instead of editing it.
This commit is contained in:
Antonio Scandurra 2025-04-08 17:18:34 -06:00 committed by GitHub
parent 2df06cd2e4
commit ac958d4a2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,3 +7,5 @@ You should use this tool when you want to edit a subset of a file's contents, bu
DO NOT call this tool until the code to be edited appears in the conversation! You must use another tool to read the file's contents into the conversation, or ask the user to add it to context first.
Never call this tool with identical "find" and "replace" strings. Instead, stop and think about what you actually want to do.
REMEMBER: You can use this tool after you just used the `create_file` tool. It's better to edit the file you just created than to recreate a new file from scratch.