best_practices - MadBomber/aia GitHub Wiki

Best Practices ??

Since the response of one prompt is fed into the next prompt within the sequence instead of having all prompts write their response to the same out file, use these directives inside the associated prompt files:

Prompt File Directive
one.txt //config out_file one.md
two.txt //config out_file two.md
three.txt //config out_file three.md
four.txt //config out_file four.md

This way you can see the response that was generated for each prompt in the sequence.

Related Topics

⚠️ **GitHub.com Fallback** ⚠️