suggest_comment_reply
Generate AI-powered reply suggestions for customer comments to maintain professional communication on social media platforms.
Instructions
Get AI-powered reply suggestions for customer comments. Maintains friendly, professional tone.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commentText | Yes | The comment text to reply to | |
tone | No | Reply tone: friendly, professional, enthusiastic (default: friendly) |
Input Schema (JSON Schema)
{
"properties": {
"commentText": {
"description": "The comment text to reply to",
"type": "string"
},
"tone": {
"description": "Reply tone: friendly, professional, enthusiastic (default: friendly)",
"type": "string"
}
},
"required": [
"commentText"
],
"type": "object"
}