Tip
Advanced
Chain Prompts for Multi-Step Tasks
July 29, 2024
For complex tasks, chain multiple prompts together. The output of one LLM call becomes the input (or part of the input) for the next. This allows for sophisticated workflows.
Category: Prompt Engineering
Difficulty: Advanced