Commit 4f8a938
committed
chore: remove duplicate "the" in two agent prompts
Two near-identical lines in base2 agent prompts said "depends on the the
first":
- agents/base2/base2.ts L200
- agents/base2/base-deep.ts L35
The line is the prompt rendered into the agent's instructions, so the
duplicate "the" shows up in the agent's input.1 parent 1e5b808 commit 4f8a938
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments