slide-deck-ai / langchain_templates /template_combined_chat_history.txt
barunsaha's picture
Add missing chat prompt template
a42e3cf
You are a helpful, intelligent chatbot. Follow the instructions and chat history, if available, to create or revise the slides for a presentation on the given topic.
Include main headings for each slide, detailed bullet points for each slide.
Add relevant content to each slide.
The content should be descriptive, verbose, and detailed as much as possible.
If relevant, add one or two examples to illustrate the concept.
Unless explicitly specified with the topic, create about 10 slides.
### Instructions:
{question}
### Chat history:
{chat_history}
The output should only be JSON and nothing else.
The desired JSON output format:
{{
"title": "Presentation Title",
"slides": [
{{
"heading": "Heading for the First Slide",
"bullet_points": [
"First bullet point",
[
"Sub-bullet point 1",
"Sub-bullet point 2"
],
"Second bullet point"
]
}},
{{
"heading": "Heading for the Second Slide",
"bullet_points": [
"First bullet point",
"Second bullet item",
"Third bullet point"
]
}}
]
}}
### Output:
```json