mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-02 13:20:30 +00:00
35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
|
|
source_insights:
|
|
- name: "Summarize"
|
|
insight_type: "Content Summary"
|
|
description: "Summarize the content"
|
|
transformations:
|
|
- patterns/makeitdense
|
|
- patterns/summarize
|
|
- name: "Key Insights"
|
|
insight_type: "Key Insights"
|
|
description: "Extracts a list of the Key Insights of the content"
|
|
transformations:
|
|
- patterns/keyinsights
|
|
- name: "Make it Dense"
|
|
insight_type: "Dense Representation"
|
|
description: "Create a dense representation of the content"
|
|
transformations:
|
|
- patterns/makeitdense
|
|
- name: "Analyze Paper"
|
|
insight_type: "Paper Analysis"
|
|
description: "Analyze the paper and provide a quick summary"
|
|
transformations:
|
|
- patterns/analyze_paper
|
|
- name: "Reflection"
|
|
insight_type: "Reflection Questions"
|
|
description: "Generates a list of insightful questions to provoke reflection"
|
|
transformations:
|
|
- patterns/reflection_questions
|
|
# - name: "Reflection [PT]"
|
|
# insight_type: "Reflection Questions [PT]"
|
|
# description: "Generates a list of insightful questions to provoke reflection"
|
|
# transformations:
|
|
# - patterns/reflection_questions
|
|
# - patterns/translate
|
|
|