From bdda2203cddd0f2bec21a3f42bb44c46c92bb61b Mon Sep 17 00:00:00 2001 From: LUIS NOVO Date: Wed, 20 Nov 2024 13:01:53 -0300 Subject: [PATCH] remove transformations file --- transformations.yaml | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 transformations.yaml diff --git a/transformations.yaml b/transformations.yaml deleted file mode 100644 index d53756a..0000000 --- a/transformations.yaml +++ /dev/null @@ -1,39 +0,0 @@ - -source_insights: - - name: "Summarize" - insight_type: "Content Summary" - description: "Summarize the content" - patterns: - - patterns/default/summarize - - name: "Key Insights" - insight_type: "Key Insights" - description: "Extracts a list of the Key Insights of the content" - patterns: - - patterns/default/keyinsights - - name: "Make it Dense" - insight_type: "Dense Representation" - description: "Create a dense representation of the content" - patterns: - - patterns/default/makeitdense - - name: "Table of Contents" - insight_type: "Table of Contents" - description: "Analyzes the content and returns a ToC" - patterns: - - patterns/default/analyze_paper - - name: "Analyze Paper" - insight_type: "Paper Analysis" - description: "Analyze the paper and provide a quick summary" - patterns: - - patterns/default/analyze_paper - - name: "Reflection" - insight_type: "Reflection Questions" - description: "Generates a list of insightful questions to provoke reflection" - patterns: - - patterns/default/reflection_questions - # - name: "Reflection [PT]" - # insight_type: "Reflection Questions [PT]" - # description: "Generates a list of insightful questions to provoke reflection" - # patterns: - # - patterns/default/reflection_questions - # - patterns/user/translate -