mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-05 15:24:35 +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"
|
|
patterns:
|
|
- patterns/default/makeitdense
|
|
- 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: "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
|
|
|