This workflow demonstrates how a simple prompt can be used to determine the sentiment of product reviews.
The reviews are read from an Excel file, transformed into sentiment classification prompts, and sent to a connected LLM. The model returns the sentiment for each review, which is then cleaned and formatted for easier analysis.