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.

