You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/compare.json
+4-10
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,7 @@
49
49
}
50
50
]
51
51
},
52
-
"connectsTo": [
53
-
"extract-features"
54
-
],
52
+
"connectsTo": ["extract-features"],
55
53
"expanded": true
56
54
},
57
55
"output": {
@@ -128,9 +126,7 @@
128
126
"type": "llm",
129
127
"input": "doc",
130
128
"prompt": "You are tasked with extracting product features from the following text description. Carefully read the provided document and identify the key characteristics, attributes, and functionalities of the product being described. Consider aspects such as size, color, material, unique selling points, and any other relevant features. Present your findings in a clear and organized manner, using bullet points or a list format to ensure readability. Focus on extracting only the essential features without any additional commentary or unrelated information. Please process the document now.",
131
-
"connectsTo": [
132
-
"compare-features"
133
-
],
129
+
"connectsTo": ["compare-features"],
134
130
"expanded": true
135
131
},
136
132
{
@@ -140,9 +136,7 @@
140
136
"type": "llm",
141
137
"input": "aggregate-results",
142
138
"prompt": "Please analyze the text document to identify and extract the features of all products mentioned. Once the features are extracted, compare these features across all products by identifying similarities and differences. Summarize your findings in a clear, structured format, using bullet points for easy readability. Ensure to focus on key aspects such as functionality, design, pricing, and unique attributes of each product. Highlight any noteworthy distinctions and commonalities to provide a comprehensive overview.",
0 commit comments