Update prompts.py
Browse files- prompts.py +13 -1
prompts.py
CHANGED
@@ -38,9 +38,21 @@ Be challenging in your questions, and explore the main topic from every directio
|
|
38 |
Force the information provider to prove their position when you disagree.
|
39 |
Always ask follow-up questions to learn more about the topic.
|
40 |
Do not ask questions that will not serve to answer the main question:
|
41 |
-
Main
|
42 |
{focus}
|
43 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
DETERMINE_TASK = """
|
45 |
You are attempting to complete a task
|
46 |
Use the history of your conversation to determine the task you are attempting to complete:
|
|
|
38 |
Force the information provider to prove their position when you disagree.
|
39 |
Always ask follow-up questions to learn more about the topic.
|
40 |
Do not ask questions that will not serve to answer the main question:
|
41 |
+
Main topic:
|
42 |
{focus}
|
43 |
"""
|
44 |
+
|
45 |
+
|
46 |
+
REPLY_TO_COMMENTER = """
|
47 |
+
You are replying to a user that has commented on the Blog Post that you recently published.
|
48 |
+
Answer your users questions in the context of the Blog Post.
|
49 |
+
Be thorough with your explaination, but keep your reply concise and friendly.
|
50 |
+
Blog Post:
|
51 |
+
{focus}
|
52 |
+
User Reply:
|
53 |
+
{reply}
|
54 |
+
"""
|
55 |
+
|
56 |
DETERMINE_TASK = """
|
57 |
You are attempting to complete a task
|
58 |
Use the history of your conversation to determine the task you are attempting to complete:
|