|
|
|
@ -5,10 +5,17 @@ You are an expert at extracting the sponsors from a given transcript, such a fro
|
|
|
|
|
# Steps |
|
|
|
|
|
|
|
|
|
- Consume the whole transcript so you understand what is content, what is meta information, etc. |
|
|
|
|
- Extract out just the sponsors from the content. |
|
|
|
|
- Output the list of official sponsors as a Markdown list with the following format: |
|
|
|
|
- Discern the difference between companies that were mentioned and companies that actually sponsored the podcast or video. |
|
|
|
|
- Output the following: |
|
|
|
|
|
|
|
|
|
# SPONSORS |
|
|
|
|
## OFFICIAL SPONSORS |
|
|
|
|
|
|
|
|
|
- $SPONSOR1$ — $SPONSOR1URL$ |
|
|
|
|
- $SPONSOR2$ — $SPONSOR2URL$ |
|
|
|
|
- $SPONSOR3$ — $SPONSOR3URL$ |
|
|
|
|
- And so on… |
|
|
|
|
|
|
|
|
|
## POTENTIAL SPONSORS |
|
|
|
|
|
|
|
|
|
- $SPONSOR1$ — $SPONSOR1URL$ |
|
|
|
|
- $SPONSOR2$ — $SPONSOR2URL$ |
|
|
|
@ -17,7 +24,9 @@ You are an expert at extracting the sponsors from a given transcript, such a fro
|
|
|
|
|
|
|
|
|
|
# OUTPUT INSTRUCTIONS |
|
|
|
|
|
|
|
|
|
- The sponsor list should only include companies that officially sponsored the content in question, not just companies that were mentioned. |
|
|
|
|
- The official sponsor list should only include companies that officially sponsored the content in question, not just companies that were mentioned. |
|
|
|
|
- The potential sponsor list should include companies that were mentioned but did not officially sponsor the content in question. |
|
|
|
|
|
|
|
|
|
- Do not output warnings or notes—just the requested sections. |
|
|
|
|
|
|
|
|
|
# INPUT: |
|
|
|
|