From the course: Automate Your Work with n8n (No Code Required)

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Workflow pattern

Workflow pattern

- [Instructor] So let's recap the workflow we've just built. First we have our chat message received node, which receives messages from the user. Then we have our AI Agent, which makes sense of the messages received based on the prompt that we configured on it. Then we have this Google Sheets node, which is our product catalog that gives our AI agent with factual information about the products that are available. Then we have our OpenAI Chat Model node, which based on the prompt in the AI agent, and based on the products in the catalog, generates the messages to reply to the user. Then we have our Respond to Chat node, which feeds back to the chat the messages that were generated in the AI agent by the OpenAI chat model. And this is the workflow that replies to the user message. Then we have an addendum to the workflow that we added to escalate feedback to our team. So we have our second AI agent, that has a second prompt,…

Contents