diff --git a/prompts/cominds/conceptualizer.co b/prompts/cominds/conceptualizer.co index d094b47..979791d 100644 --- a/prompts/cominds/conceptualizer.co +++ b/prompts/cominds/conceptualizer.co @@ -31,22 +31,22 @@ For each concept, specify the relationship type: Example output: ```json -{ +{{ "concepts": [ - { + {{ "text": "distributed systems", "relationship": "DESCRIBES" - }, - { + }}, + {{ "text": "network effects", "relationship": "MENTIONS" - }, - { + }}, + {{ "text": "centralization", "relationship": "CRITIQUES" - } + }} ] -} +}} ``` ## Guidelines