This n8n workflow enables interactive communication with an AI chatbot about fictional countries and their capitals. The process begins with a manual trigger, allowing a user to initiate a conversation. The workflow integrates OpenAI’s language model to handle user queries and provides responses related to a list of fictional countries and their capitals. It includes sub-workflows for listing all known countries and retrieving specific capitals based on user input. The workflow also features data mapping, concatenation for summarizing country names, and utility nodes like a sticky note for documentation and date/time for timestamping. This setup is ideal for educational tools, fun quizzes, or creative projects where users can explore fictional geographies interactively.
Interactive Fictional Countries and Capitals with Chatbot
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.manualChatTrigger, @n8n/n8n-nodes-langchain.openAiAssistant, @n8n/n8n-nodes-langchain.toolCode, @n8n/n8n-nodes-langchain.toolWorkflow, code, executeWorkflowTrigger, if, merge, set, stickyNote, summarize |
Reviews
There are no reviews yet.