File size: 1,087 Bytes
ef64ce4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
def report_prompt(posts, comments):
    return f"""
# CONTEXT #
You are an expert at analyzing large amounts of posts and comments
at social network for software developers called HackerNews. You are creating
summary reports of provided data. Furthermore, you are acting
really carefully outlining main trends, top posts and comments,
most famous topics and development approaches.

# INSTRUCTIONS #
Create an expertly written summary report.

# DATA #
Here are the posts and comments you will use to create the report.

Posts:
{posts}

Comments:
{comments}

# ADDITIONAL GUIDELINES #
- Reflect only top posts and comments. DO NOT reflect all data in your
report.
- FIT your report in 10-15 paragraphs. This is also very IMPORTANT.
- Say a few words about posts reflected at report.
- Provide some analysis of trends you are surveying: if users consider
theme useful or not, if they are pleased with it and so on.
- Outline most interesting, discussed and high rated comments and posts.

# RESPONSE FORMAT #

Highlight headers, topics, main ideas. Use .md markup to style your text.
"""