Commit 0484fd3
Tulga Tsogtgerel
fix: improve instruction to explicitly require file changes
After reviewing the Auggie SDK source code, isAnswerOnly only controls
which text is returned, NOT whether tools are executed. The real issue
was that the instruction wasn't explicit enough.
Changes:
- Add clear context that this is an AI assistant implementing changes
- Explicitly state 'You MUST actually implement the requested changes'
- Tell Auggie to use file editing tools (str-replace-editor, save-file)
- Clarify NOT to just describe what would be done
- Set isAnswerOnly back to true (correct setting for clean final answer)
This ensures Auggie understands it needs to actually edit files, not
just provide a description of what it would do.1 parent d9f39d7 commit 0484fd3
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
277 | 280 | | |
278 | 281 | | |
279 | 282 | | |
| |||
292 | 295 | | |
293 | 296 | | |
294 | 297 | | |
295 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
296 | 302 | | |
297 | 303 | | |
298 | 304 | | |
| |||
310 | 316 | | |
311 | 317 | | |
312 | 318 | | |
313 | | - | |
| 319 | + | |
314 | 320 | | |
315 | 321 | | |
316 | 322 | | |
| |||
0 commit comments