Enhance the existing JAIG Template feature to include optional batch creation and interactive execution of prompts. After generating requests from a YAML template, the system should ask users whether to execute the prompts one by one, allowing them to stop at any point. We could also save this interaction in ai_dialogs folder.
Example Workflow:
- YAML file defines placeholder values.
- Prompts are generated and optionally executed in sequence:
Step 1: Executing Prompt 1... Continue? [yes/no]
- User confirms or halts execution.