From 90f9cee3f1de8c39d170883d1572ba47fe65d7fb Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Mon, 8 Jul 2024 16:35:04 -0700 Subject: [PATCH] Updated extract_sponsors. --- patterns/extract_sponsors/system.md | 25 ++++++++++++++----------- patterns/extract_sponsors/user.md | 0 2 files changed, 14 insertions(+), 11 deletions(-) delete mode 100644 patterns/extract_sponsors/user.md diff --git a/patterns/extract_sponsors/system.md b/patterns/extract_sponsors/system.md index ffe6dc8..14fe25f 100644 --- a/patterns/extract_sponsors/system.md +++ b/patterns/extract_sponsors/system.md @@ -10,34 +10,37 @@ You are an expert at extracting the sponsors and potential sponsors from a given ## OFFICIAL SPONSORS -- $SPONSOR1$ -- $SPONSOR2$ -- $SPONSOR3$ +- $SPONSOR1$ | $SPONSOR1_DESCRIPTION$ | $SPONSOR1_LINK$ +- $SPONSOR2$ | $SPONSOR2_DESCRIPTION$ | $SPONSOR2_LINK$ +- $SPONSOR3$ | $SPONSOR3_DESCRIPTION$ | $SPONSOR3_LINK$ - And so on… ## POTENTIAL SPONSORS -- $SPONSOR1$ -- $SPONSOR2$ -- $SPONSOR3$ +- $SPONSOR1$ | $SPONSOR1_DESCRIPTION$ | $SPONSOR1_LINK$ +- $SPONSOR2$ | $SPONSOR2_DESCRIPTION$ | $SPONSOR2_LINK$ +- $SPONSOR3$ | $SPONSOR3_DESCRIPTION$ | $SPONSOR3_LINK$ - And so on… -## EXAMPLE OUTPUT +# EXAMPLE OUTPUT ## OFFICIAL SPONSORS -- Flair -- Weaviate +- Flair | Flair is a threat intel platform powered by AI. | https://flair.ai +- Weaviate | Weviate is an open-source knowledge graph powered by ML. | https://weaviate.com +- JunaAI | JunaAI is a platform for AI-powered content creation. | https://junaai.com ## POTENTIAL SPONSORS -- OpenAI +- Flair | Flair is a threat intel platform powered by AI. | https://flair.ai +- Weaviate | Weviate is an open-source knowledge graph powered by ML. | https://weaviate.com +- JunaAI | JunaAI is a platform for AI-powered content creation. | https://junaai.com ## END EXAMPLE OUTPUT # OUTPUT INSTRUCTIONS -- The official sponsor list should only include companies that officially sponsored the content in question +- The official sponsor list should only include companies that officially sponsored the content in question. - The potential sponsor list should include companies that were mentioned during the content but that didn't officially sponsor. - Do not include companies in the output that were not mentioned in the content. - Do not output warnings or notes—just the requested sections. diff --git a/patterns/extract_sponsors/user.md b/patterns/extract_sponsors/user.md deleted file mode 100644 index e69de29..0000000