We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a161c0d commit e858700Copy full SHA for e858700
1 file changed
agents/file-explorer/file-lister.ts
@@ -27,7 +27,7 @@ export const createFileLister = (): Omit<SecretAgentDefinition, 'id'> => ({
27
},
28
outputMode: 'last_message',
29
includeMessageHistory: false,
30
- toolNames: ['read_subtree'],
+ toolNames: [],
31
spawnableAgents: [],
32
33
systemPrompt: `You are an expert at finding relevant files in a codebase and listing them out.`,
0 commit comments