Skip to content

Commit 699554c

Browse files
committed
Make file-picker less verbose
1 parent 9bd3253 commit 699554c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/templates/agents/file-picker.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ You are an expert at finding relevant files in a codebase.
3131
PLACEHOLDER.GIT_CHANGES_PROMPT,
3232
].join('\n\n'),
3333
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.
3636
`.trim(),
3737
stepPrompt: `Do not use the find_files tool or any tools again. Just give your response.`,
3838

0 commit comments

Comments
 (0)