First of all, a massive load of gratitude to everyone! Being prepared for where AI is leading, I would like to propose the most important feature for the future of AI and possibly Chatbox!
Description
Implement a feature to create and manage prompt flows, similar to tools like Make.com and n8n.io, allowing users to chain multiple prompts together, passing the output from one prompt as input to the next, enabling more complex and multi-step workflows.
Use Cases
Break down large tasks into smaller, more manageable steps
Automate repetitive or multi-step processes involving LLMs
Enable conditional branching and looping between Co-Pilots based on LLM outputs
Proposed Implementation
Visual Flow Builder: Provide a user-friendly interface to visually construct prompt flows, drag-and-drop prompts, and connect them with transitions.
Prompt Library: Allow users to create, save, and reuse custom prompts as building blocks for flows.
Flow Variables: Support passing data between prompts using variables or a shared context.
Conditional Logic: Enable branching and looping based on LLM outputs or user-defined conditions.
Output Handling: Provide options to save or export the final output from a prompt flow.
Feature Request: Prompt Flow Integration / Builder
Introduction
First of all, a massive load of gratitude to everyone! Being prepared for where AI is leading, I would like to propose the most important feature for the future of AI and possibly Chatbox!
Description
Implement a feature to create and manage prompt flows, similar to tools like Make.com and n8n.io, allowing users to chain multiple prompts together, passing the output from one prompt as input to the next, enabling more complex and multi-step workflows.
Use Cases
Proposed Implementation
Similar Tools/Inspiration
Additional Considerations