GPT Recommender
This module takes a user message and generates an appropriate product recommendation based on it. To make this recommendation, it searches the product database using SQL queries. The module is designed to be used after the message start event, not inside the chat flow.
To improve the quality of the recommendations, you can add information to the system message on how to interpret the user message and how to generate the SQL query.
For this module to work, you need to have a product database.