-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
38 lines (38 loc) · 1.35 KB
/
test.json
File metadata and controls
38 lines (38 loc) · 1.35 KB
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
36
37
38
{
"global": {
"developer_prompt": "You are an expert reviewer for an entomology research paper."
},
"preprocessing": {
},
"analysis": {
"question_predict_high_pest_impacts": {
"developer": "Analyze the summarized content to propose ideas about how we predict when pests reach high-impact levels.",
"user_template": "Please create a short introduction called 'Predicting Pest Impacts Based on Historical Data'.",
"assistant_template": "test string"
},
"methods_section": {
"developer": "blank to see if it worked",
"user_template": "only write about what is in the assistant",
"assistant_template": "test string {question_predict_high_pest_impacts}"
},
"discussion_section": {
"developer": "blank to see if it worked",
"user_template": "only write about what is in the assistant",
"assistant_template": "test string {question_predict_high_pest_impacts} and {methods_section}"
}
},
"output": [
{
"title": "Introduction to Pest Impact Prediction",
"text_template": "=== Introduction ===\n\n{question_predict_high_pest_impacts}"
},
{
"title": "Proposed Methods",
"text_template": "=== Methods ===\n\n{methods_section}"
},
{
"title": "Discussion of Results",
"text_template": "=== Discussion ===\n\n{discussion_section}"
}
]
}