atlas_variants
Generate multiple coding solution variants with pros and cons, enabling comparison of different approaches to solve a task and choose the optimal one.
Instructions
Generate multiple solution variants for a coding task. Returns different approaches with pros/cons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The coding task description | |
| context | No | Code context and constraints | |
| language | No | Programming language | |
| numVariants | No | Number of variants to generate (default: 3) |