|
|
|
@ -165,7 +165,7 @@ def fetch_content_from_url(url):
|
|
|
|
|
pattern_path_mappings = { |
|
|
|
|
"extwis": {"system_url": "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/system.md", |
|
|
|
|
"user_url": "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/user.md"}, |
|
|
|
|
"summarise": {"system_url": "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/summarize/system.md", |
|
|
|
|
"summarize": {"system_url": "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/summarize/system.md", |
|
|
|
|
"user_url": "https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/summarize/user.md"} |
|
|
|
|
} # Add more pattern with your desire path as a key in this dictionary |
|
|
|
|
|
|
|
|
|