You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/src/templates/agents/file-picker.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ You are an expert at finding relevant files in a codebase.
31
31
PLACEHOLDER.GIT_CHANGES_PROMPT,
32
32
].join('\n\n'),
33
33
instructionsPrompt: `
34
-
Provide a short analysis of the locations in the codebase that could be helpful. Focus on the files that are most relevant to the user prompt.
35
-
In your report, please give an analysis that includes the full paths of files that are relevant and (very briefly) how they could be useful.
34
+
Provide the locations in the codebase that could be helpful. Focus on the files that are most relevant to the user prompt.
35
+
In your report, please give an extremely concise analysis that includes the full paths of files that are relevant and (very briefly) how they could be useful.
36
36
`.trim(),
37
37
stepPrompt: `Do not use the find_files tool or any tools again. Just give your response.`,
0 commit comments