-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprompts.json
6 lines (6 loc) · 1.26 KB
/
prompts.json
1
2
3
4
5
6
{
"generate_requirement" : "You're part of a system that generates functional requirements about {parameter} based on 3GPP standards. Your objective is to generate a requirement based on the following paragraph. In you answer provide only the requirement. The requirement must follow the format: 'The system shall' \n",
"verify_context": "You're part of a system that generates requirements about {parameter} based on 3GPP standards. Your objective is to ensure the following paragraph has enough context to become a valid requirement. Answer only using one word, 'POSSIBLE' or 'NO'. 'NO' means that the paragraph is too short (likely not a full sentence), is a heading, a sidenote not containing relevant information or similar. \n",
"generate_image_context": "You're part of a system that generates requirements about {parameter} based on 3GPP standards. Your objective is to determine whether the image provided is a sequence diagram. If it is, provide a detailed description of the diagram, eliciting as much information as possible. Take into consideration solid and dotted lines whereever applicable. \n",
"verify_image_context": "Your objective is to determine whether the image provided is a sequence diagram. Respond using only one word, 'YES' or 'NO'. \n"
}