chunked_analysis
Analyze targets from multiple perspectives in parallel to synthesize comprehensive insights for complex questions.
Instructions
Analyze something from multiple perspectives in parallel.
Each bug analyzes from a different angle, results are synthesized.
target: What to analyze (file path, concept, code, etc.)
question: The analysis question
num_perspectives: How many different angles (default 4)
EXAMPLE:
chunked_analysis("/home/kyle/repos/project", "What are the main architectural patterns?", 4)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| question | Yes | ||
| num_perspectives | No |