File size: 1,171 Bytes
372531f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
export const task = {
  "task": {
    "query": "Is AI in a hype cycle?",
    "include_human_feedback": false,
    "model": "gpt-4o",
    "max_sections": 3,
    "publish_formats": {
      "markdown": true,
      "pdf": true,
      "docx": true
    },
    "source": "web",
    "follow_guidelines": true,
    "guidelines": [
      "The report MUST fully answer the original question",
      "The report MUST be written in apa format",
      "The report MUST be written in english"
    ],
    "verbose": true
  },
  "initial_research": "Initial research data here",
  "sections": ["Section 1", "Section 2"],
  "research_data": "Research data here",
  "title": "Research Title",
  "headers": {
    "introduction": "Introduction header",
    "table_of_contents": "Table of Contents header",
    "conclusion": "Conclusion header",
    "sources": "Sources header"
  },
  "date": "2023-10-01",
  "table_of_contents": "- Introduction\n- Section 1\n- Section 2\n- Conclusion",
  "introduction": "Introduction content here",
  "conclusion": "Conclusion content here",
  "sources": ["Source 1", "Source 2"],
  "report": "Full report content here"
}