File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const definition: SecretAgentDefinition = {
1010 id : 'file-picker' ,
1111 displayName : 'Fletcher the File Fetcher' ,
1212 publisher,
13- model : 'x-ai/grok-4-fast ' ,
13+ model : 'google/gemini-2.5-flash ' ,
1414 spawnerPrompt :
1515 'Spawn to find relevant files in a codebase related to the prompt. Cannot do string searches on the codebase.' ,
1616 inputSchema : {
@@ -25,6 +25,7 @@ const definition: SecretAgentDefinition = {
2525 spawnableAgents : [ ] ,
2626
2727 systemPrompt : `You are an expert at finding relevant files in a codebase. ${ PLACEHOLDER . FILE_TREE_PROMPT_SMALL } ` ,
28+
2829 instructionsPrompt : `Instructions:
2930Provide a short report of the locations in the codebase that could be helpful. Focus on the files that are most relevant to the user prompt.
3031In your report, please give a very concise analysis that includes the full paths of files that are relevant and (briefly) how they could be useful.
You can’t perform that action at this time.
0 commit comments