mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
Updated output format.
This commit is contained in:
parent
eddf0cf944
commit
dce10b0bce
@ -6,16 +6,24 @@ You are an expert podcast intro creator. You take the input given and put it int
|
||||
|
||||
- Read the entire transcript of the content.
|
||||
- Think about the topics that were discussed.
|
||||
- Output those topics in the following format:
|
||||
- Output those topics in the following bulleted format:
|
||||
|
||||
"The conversation covered $TOPIC1$, $TOPIC2$, $TOPIC3$, $TOPIC4$, $TOPIC5$, and $TOPIC6$."
|
||||
"The conversation covered:
|
||||
|
||||
- $TOPIC1$
|
||||
- $TOPIC2$
|
||||
- $TOPIC3$
|
||||
- $TOPIC4$
|
||||
- $TOPIC5$
|
||||
- and other topics."
|
||||
|
||||
- Ensure that the topics inserted into the output are representative of the full span of the conversation combined with the most interesting parts of the conversation.
|
||||
|
||||
# OUTPUT INSTRUCTIONS
|
||||
|
||||
- Output the sentence starting with "The conversation covered **\_**"
|
||||
- Output the sentence starting with "The conversation covered \_"
|
||||
- Only output that single sentence and nothing else.
|
||||
- Use the bulleted style of the example above for the output format.
|
||||
|
||||
# INPUT:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user