Skip to content

Commit 8db58ce

Browse files
committed
Replace "user-typed instructions" with "user-typed prompt" in all prompt examples
1 parent 9490491 commit 8db58ce

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In the world of AI coding, agents like Claude Code or Codex rely on "Function Ca
4848
```
4949
<files>[the selected files]</files>
5050
<system>[edit format instructions]</system>
51-
[user-typed instructions]
51+
[user-typed prompt]
5252
```
5353

5454
</details>
@@ -58,7 +58,7 @@ In the world of AI coding, agents like Claude Code or Codex rely on "Function Ca
5858

5959
```
6060
<files>[the selected files]</files>
61-
[user-typed instructions]
61+
[user-typed prompt]
6262
```
6363

6464
</details>
@@ -67,12 +67,13 @@ In the world of AI coding, agents like Claude Code or Codex rely on "Function Ca
6767
<summary>Code at cursor</summary>
6868

6969
```
70-
<files>[the selected files]</files>
70+
<files>
71+
[the selected files]
7172
<file path="[active file]">
72-
[code before cursor]<missing_text>[user-typed instructions]</missing_text>[code after cursor]
73+
[code before cursor]<missing_text>[user-typed prompt]</missing_text>[code after cursor]
7374
</file>
7475
</files>
75-
<system>[code at cursor instructions]</system>
76+
[code at cursor instructions]
7677
```
7778

7879
</details>
@@ -82,8 +83,9 @@ In the world of AI coding, agents like Claude Code or Codex rely on "Function Ca
8283

8384
```
8485
<files>[the selected files]</files>
85-
<system>[find relevant files format and instructions]</system>
86-
[user-typed instructions]
86+
<system>[output format]</system>
87+
[find relevant files instructions]
88+
[user-typed prompt]
8789
```
8890

8991
</details>
@@ -92,7 +94,7 @@ In the world of AI coding, agents like Claude Code or Codex rely on "Function Ca
9294
<summary>No context</summary>
9395

9496
```
95-
[user-typed instructions]
97+
[user-typed prompt]
9698
```
9799

98100
</details>

0 commit comments

Comments
 (0)