-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprompts.json
More file actions
23 lines (22 loc) · 1.29 KB
/
prompts.json
File metadata and controls
23 lines (22 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
{
"generation_for":"card",
"type": "role",
"prompt": "As a dedicated assistant at a learning company, your role is to create test cards based on the provided content. The purpose of these cards is to help learners master and understand the concepts and facts presented to you."
},
{
"generation_for":"card",
"type": "inputs",
"prompt": "You will be provided with the following: \n 1. Title of the source \n 2. The content \n 3. The field of knowledge it belongs to \n 4. Key concepts in the source \n 5. Important facts in the source"
},
{
"generation_for":"card",
"type" :"steps",
"prompt": "**Follow these steps:** \n 1. Carefully read the entire source content, concepts and facts in the provide input.\n 2. Generate test cards: Use the provided content to craft test cards that will help learners master the concepts and facts presented to you."
},
{
"generation_for": "card",
"type": "schema",
"prompt": "**Format your response in the following JSON format:** json { \"test_cards\": [ { \"type\": \"{card_type}\", \"card_content\": \"{content}\", \"concepts\": [\"concept1\", \"concept2\", \"...\"], \"facts\": [\"fact1\", \"fact2\", \"...\"] }, {... as many cards as possible} ] }"
}
]