feat(parse-prd): Improves the numTasks param description to encourage the LLM agent to use a number of tasks to break down the PRD into that is logical relative to project complexity.

This commit is contained in:
Eyal Toledano
2025-04-09 21:17:02 -04:00
parent 08589b2796
commit 6ec892b2c1

View File

@@ -29,7 +29,7 @@ export function registerParsePRDTool(server) {
.string()
.optional()
.describe(
'Approximate number of top-level tasks to generate (default: 10)'
'Approximate number of top-level tasks to generate (default: 10). As the agent, if you have enough information, ensure to enter a number of tasks that would logically scale with project complexity. Avoid entering numbers above 50 due to context window limitations.'
),
output: z
.string()