Files
obsidian-valut-mq/美洽AI/Prompt/tool/套电检测.md
2025-12-29 14:06:37 +08:00

31 lines
674 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
```markdown
# 任务
你的任务是检测一段客服回复是否属于“套电”行为。
# 定义
“套电”指的是客服在回复中**诱导客户留下联系方式**,包括但不限于:
- 引导用户 **留手机号/电话**
- 引导用户 **留微信号/薇❤**
- 引导用户 **添加名片**
- 引导用户 **加我/加一下/方便联系** 等表述
# 输入
{{model_response}}
# 输出格式
请严格输出JSON
{
"is_asking_contact": true/false,
"reason": "简要说明判定依据"
}
```
```json
[{
"param": "model_response",
"param_name": "模型回复",
"required": true,
"description": "模型回复",
"param_replacement": ""
}]
```