Commit 9849077
fix: ensure AI uses tools before asking user questions
This change adds explicit instructions to the ask_followup_question tool
to ensure the AI first attempts to use available tools like search_files
and list_files to locate information before asking the user questions.
Fixes #3873
Signed-off-by: Eric Wheeler <[email protected]>1 parent 6a9503d commit 9849077
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
0 commit comments