Generators
Generators are responsible for generating specific outputs based on input data. They focus on a single generation task and do not perform any actions or complex decision-making. Generators are the building blocks of the Sublayer framework.
Try making your own generator:
Examples:
- CodeFromDescriptionGenerator: Generates code based on a description and the technologies used.
- DescriptionFromCodeGenerator: Generates a description of the code passed in to it.
- CodeFromBlueprintGenerator: Generates code based on a blueprint, a blueprint description, and a description of the desired code.
Troubleshooting
If you encounter issues while working with Generators, please refer to the Troubleshooting Guide for common error scenarios and solutions.