Skip to content

Commit f8aa890

Browse files
committed
fix(sketch.vm): update DevIn tag syntax and patch instructions
Update the DevIn tag syntax from `<devin></devin>` to `<devin />` and clarify patch instructions to specify that each patch should modify only one file and use a separate `<devin />` tag.
1 parent e0fd1ee commit f8aa890

File tree

1 file changed

+2
-2
lines changed
  • core/src/main/resources/genius/zh/code

1 file changed

+2
-2
lines changed

core/src/main/resources/genius/zh/code/sketch.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ have created a routes.py and main.js file, and updated the main.html file.
104104
// from flask import Flask
105105
```
106106
</devin>
107-
// patch to call tools for step 3 with DevIn language, should use `<devin></devin>` tag with DevIn language
108-
// 如果要应用补丁,请使用 `/patch` 命令,然后在代码块中编写补丁
107+
// patch to call tools for step 3 with DevIn language, should use `<devin />` tag with DevIn language
108+
// 如果要应用补丁,请使用 `/patch` 命令,然后在代码块中编写补丁,每个 patch 只能修改一个文件,并且使用独立的 `<devin />` 标签
109109
<devin>
110110
/patch:src/main/index.html
111111
```patch

0 commit comments

Comments
 (0)