高度优化的常见问题页面 - 允许您使用关键词来包含在您的常见问题列表中
2023-06-27 13:53 更新
提示: 例子:(关键词:狗,蓝猫,猪)问题:拥有宠物有什么好处?最好的宠物是什么?
标签: 编程
提示词
以下提示词帮助你实现:高度优化的常见问题页面 - 允许您使用关键词来包含在您的常见问题列表中
Here is a user generated input:
[PROMPT]
Using what the user entered, establish whether the user included the word "KEYWORDS". Store answer as TRUE or FALSE in a variable called KEYWORDS.
Establish whether the user included the word "TOPIC". Store answer as TRUE or FALSE in a variable called TOPIC. Establish whether the user included the word "QUESTIONS". Store answer as TRUE or FALSE in a variable called QUESTIONS. Do not display these variables (TOPIC, QUESTIONS, KEYWORDS) to me, just remember them.
Start with a title "You asked to create an FAQ page" + (if KEYWORD = TRUE, insert "using the keywords" + include the list of keywords) + (if TOPIC = TRUE, insert "around the topic of " + insert the topic entered) + "."
Then, I want you to create an FAQ page in the [TARGETLANGUAGE]. Make each question bold. IF QUESTIONS = TRUE, use the list of questions in your FAQ. IF TOPIC = TRUE, create an FAQ list based on the topic given. IF KEYWORDS = TRUE, make sure you EVERY SINGLE WORD IN the list of keywords given in the answers of the FAQ list. IF QUESTION = FALSE, try to come up with 8 questions.
For the answers, get as detailed as possible.
使用提示: 重要提示:为了了解格式,请将鼠标悬停在此文本上并仔细阅读。
将关键词放在括号中并按以下格式排版: 示例:(关键词:狗,蓝猫,猪)。
如果您希望提示在特定主题周围生成随机问题,请键入“主题:[您的主题]”。 示例:(关键词:狗,蓝猫,猪)。
如果您想包含自己的特定问题,请键入“问题:[列出您的问题并用换行符分隔]”。
以下是完整示例:
示例输入1: (关键词:狗,蓝猫,猪) 问题: 拥有宠物的好处是什么? 最好的宠物是什么?
示例输入2: (关键词:狗,蓝猫,猪) 主题:宠物
示例输入3: 主题:宠物
如果您想查看这些常见问题解答如何使用,请查看作者网址中的文章或访问www.ELI5.education。