qqwjq1981 commited on
Commit
c60c9d2
·
verified ·
1 Parent(s): 684a830

Update curify_ideas_reasoning.json

Browse files
Files changed (1) hide show
  1. curify_ideas_reasoning.json +54 -50
curify_ideas_reasoning.json CHANGED
@@ -6,64 +6,68 @@
6
  "input": "task_topic"
7
  },
8
  "Yes": {
9
- "check": "task_category",
10
- "Blogs/Papers": {
11
- "action": "find_reference",
12
- "input": "task_topic",
13
- "output": "reference",
14
- "next": {
15
- "action": "generate_summary",
16
- "input": "reference",
17
- "output": "summary",
18
  "next": {
19
- "action": "suggest_relevance",
20
- "input": "summary"
 
 
 
 
 
21
  }
22
- }
23
- },
24
- "Tools": {
25
- "action": "tool_research",
26
- "output": "tool_analysis",
27
- "next": {
28
- "check": "tool_type",
29
- "Competitive": {
30
- "action": "generate_comparison_table",
31
- "input": "tool_analysis"
32
- },
33
- "Integration": {
34
- "action": "generate_integration_memo",
35
- "input": "tool_analysis"
36
  }
37
- }
38
- },
39
- "Issues": {
40
- "action": "analyze_issue",
41
- "output": "issue_analysis",
42
- "next": {
43
- "action": "generate_issue_memo",
44
- "input": "issue_analysis"
45
- }
46
- },
47
- "Brainstorming": {
48
- "action": "list_ideas",
49
- "output": "ideas",
50
- "next": {
51
- "action": "construct_matrix",
52
- "input": "ideas",
53
- "output": "matrix",
54
  "next": {
55
- "action": "prioritize_ideas",
56
- "input": "matrix",
57
- "output": "prioritized_ideas",
58
  "next": {
59
- "action": "setup_action_plan",
60
- "input": "prioritized_ideas"
 
 
 
 
 
61
  }
62
  }
 
 
 
63
  }
64
- },
65
- "Others": {
66
- "action": "unsupported_task"
67
  }
68
  }
69
  }
 
6
  "input": "task_topic"
7
  },
8
  "Yes": {
9
+ "action": "add_to_todoist",
10
+ "input": "task_topic",
11
+ "next": {
12
+ "check": "task_category",
13
+ "Blogs/Papers": {
14
+ "action": "find_reference",
15
+ "input": "task_topic",
16
+ "output": "reference",
 
17
  "next": {
18
+ "action": "generate_summary",
19
+ "input": "reference",
20
+ "output": "summary",
21
+ "next": {
22
+ "action": "suggest_relevance",
23
+ "input": "summary"
24
+ }
25
  }
26
+ },
27
+ "Tools": {
28
+ "action": "tool_research",
29
+ "output": "tool_analysis",
30
+ "next": {
31
+ "check": "tool_type",
32
+ "Competitive": {
33
+ "action": "generate_comparison_table",
34
+ "input": "tool_analysis"
35
+ },
36
+ "Integration": {
37
+ "action": "generate_integration_memo",
38
+ "input": "tool_analysis"
39
+ }
40
  }
41
+ },
42
+ "Issues": {
43
+ "action": "analyze_issue",
44
+ "output": "issue_analysis",
45
+ "next": {
46
+ "action": "generate_issue_memo",
47
+ "input": "issue_analysis"
48
+ }
49
+ },
50
+ "Brainstorming": {
51
+ "action": "list_ideas",
52
+ "output": "ideas",
 
 
 
 
 
53
  "next": {
54
+ "action": "construct_matrix",
55
+ "input": "ideas",
56
+ "output": "matrix",
57
  "next": {
58
+ "action": "prioritize_ideas",
59
+ "input": "matrix",
60
+ "output": "prioritized_ideas",
61
+ "next": {
62
+ "action": "setup_action_plan",
63
+ "input": "prioritized_ideas"
64
+ }
65
  }
66
  }
67
+ },
68
+ "Others": {
69
+ "action": "unsupported_task"
70
  }
 
 
 
71
  }
72
  }
73
  }