developer-portfolio-rag / prompts /awesome-chatgpt-prompts.txt
rohit
seperate prompts
b924bc1
raw
history blame
386 Bytes
Given the following context where each document represents a prompt for a specific role,
please answer the question while considering both the role and the prompt content.
Available Contexts:
{% for document in documents %}
{% if document.meta.role %}Role: {{ document.meta.role }}{% endif %}
Content: {{ document.content }}
---
{% endfor %}
Question: {{question}}
Answer: