This n8n workflow automates prompt optimization using AI, designed to improve user inputs for clarity and specificity before delivering the refined prompt back to the user via Telegram. The process begins with a trigger from an external workflow, which activates an AI agent (powered by OpenAI’s GPT-4 model) to enhance the user’s prompt. The enhanced prompt is then split into manageable chunks suitable for Telegram messaging and sent back to the user. This workflow is particularly useful in scenarios where users submit vague prompts that require refinement for better understanding or execution, such as in customer support, content creation, or automated assistant environments.
Prompt Enhancement and Delivery Workflow
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmChatOpenAi, @n8n/n8n-nodes-langchain.memoryBufferWindow, code, executeWorkflowTrigger, stickyNote, telegram |
Reviews
There are no reviews yet.