Skip to content

Commit 52a0b89

Browse files
committed
fix(toolExamples): correct instruction for handling existing files
Update the instruction in `write.devin` to correctly reference the `write` command instead of `read` when handling existing files
1 parent 167db9c commit 52a0b89

File tree

1 file changed

+1
-1
lines changed
  • exts/devins-lang/src/main/resources/agent/toolExamples

1 file changed

+1
-1
lines changed

exts/devins-lang/src/main/resources/agent/toolExamples/write.devin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
注意:如果原先的文件已经存在,请优先考虑使用 write 读取文件信息,再通过 patch 生成 diff
1+
注意:如果原先的文件已经存在,请优先考虑使用 file 读取文件信息,再通过 patch 生成 diff
22
/write:src/main/kotlin/cc/unitmesh/context/CppFileContextBuilder.kt
33
```kotlin
44
// the kotlin code

0 commit comments

Comments
 (0)