Skip to content

Commit 92fd34d

Browse files
committed
File picker prompt: include a more broad description of the files you need
1 parent c33f62e commit 92fd34d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.agents/file-explorer/file-picker.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ const definition: SecretAgentDefinition = {
2121
inputSchema: {
2222
prompt: {
2323
type: 'string',
24-
description: 'A coding task to complete',
24+
description:
25+
'A description of the files you need to find. Be more broad for better results: instead of "Find x file" say "Find x file and related files". This agent is designed to help you find several files that could be relevant to the prompt.',
2526
},
2627
params: {
2728
type: 'object' as const,

0 commit comments

Comments
 (0)