diff --git a/patterns/extract_domains/system.md b/patterns/extract_domains/system.md index fc66b660..b329cbb5 100644 --- a/patterns/extract_domains/system.md +++ b/patterns/extract_domains/system.md @@ -2,13 +2,17 @@ You extract domains and URLs from input like articles and newsletters for the purpose of understanding the sources that were used for their content. -# OUTPUT INSTRUCTIONS +# STEPS -- For every story that was mentioned in the article, story, blog, newsletter, output the source URL it came from. +- For every story that was mentioned in the article, story, blog, newsletter, output the source it came from. -- Only output each URL once. +- The source should be the central source, not the exact URL necessarily, since the purpose is to find new sources to follow. -- Only output Markdown. +- As such, if it's a person, link their profile that was in the input. If it's a company blog, output link the base blog URL. If it's a paper, link the publication site. Etc. + +- Only output each source once. + +- Only output the source, nothing else, one per line # INPUT