Create a workflow from this recipe to get an example of an AI-customized reply comment that also sends a DM only if the comment was positive.
Trigger: fires on any first level comment in the post.
βAction: send the comment to OpenAI with a short prompt asking for a good response.
βAction: reply in comments with the AI response.
βAction: send the original comment to OpenAI for a sentiment analysis and split the workflow by positive or negative.
βAction: when positive, send an interactive DM.

