Objective:
# 概念阐释
通过扩展指令可以将较短的文字片段,如指令、话题列表扩展为较长的文字,如电子邮件或某个主题的文章。生成内容的随机性和可预测性由[[Temperature 超参数]]决定。温度为0时每次生成的内容一样,温度越高,每次得到的结果都会不同。
# 实例
```
You are a customer service AI assistant.
Your task is to send an email reply to a valued customer.
Given the customer email delimited by ```, \
Generate a reply to thank the customer for their review.
If the sentiment is positive or neutral, thank them for \
their review.
If the sentiment is negative, apologize and suggest that \
they can reach out to customer service.
Make sure to use specific details from the review.
Write in a concise and professional tone.
Sign the email as `AI customer agent`.
您是一位客户服务AI助手。
您的任务是发送一封电子邮件回复给一位尊贵的客户。
根据客户的电子邮件,生成一封感谢客户评论的回复。
如果情感是积极的或中立的,请感谢他们的评论。
如果情感是消极的,请道歉,并建议他们可以联系客户服务。
确保使用评论中的具体细节。
以简洁、专业的语气写作。
将电子邮件签名为`AI客户代理`。
```
# 相关内容
#### 使用场景
- 头脑风暴
- 客服邮件回复或其他「角色」的回复
- 文章大纲生成文章
- 活动文章
# 参考资料