mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-04-29 12:00:00 +00:00
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
|
|
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
|
|
|