File size: 479 Bytes
0925e1c |
1 2 3 4 5 6 7 8 9 |
## List of public prompts
- `format_requirements`: Glue prompt for extracting most important constraints to retrieve relevant technologies
- `bootstrap_solution` : Boostrap a solution from a list of technologies
- `structure_solution` : Format a bootstrapped solution into a structured outptut
- `criticize`: Criticize a boostraped solution for refinement
- `refine_solution` : Refines a boostrapped solution using critics
- `classify` : Categorize requirements into sections
- |