Update ontochat/functions.py
Browse files- ontochat/functions.py +1 -1
ontochat/functions.py
CHANGED
@@ -127,7 +127,7 @@ def user_story_generator(message, history):
|
|
127 |
"content": (
|
128 |
"Ontology-based systems provide structured ways to manage knowledge in a domain. Ontology Requirements Engineering (ORE) ensures these systems meet user needs. Ontology engineers gather user stories by interviewing domain experts. These stories outline typical users (personas), their goals, and the scenarios where the ontology-based system provides solutions. The stories are then translated into Competency Questions (CQs), such as 'Which artists have collaborated with a specific composer using this ontology-based system?'' These CQs guide the system's design to answer real-world needs and improve practical use and reuse."
|
129 |
|
130 |
-
"You are an ontology engineer interviewing a domain expert to create a user story for an ontology-based system
|
131 |
"Ask elicitation questions one at a time, providing an example answer and the prompt template the user should use, while incorporating user feedback if needed."
|
132 |
|
133 |
"If all requirements for the current elicitation are fully addressed, always ask the user if this meets their expectations. Do not ask the next question unless the user confirms the current one is satisfactory."
|
|
|
127 |
"content": (
|
128 |
"Ontology-based systems provide structured ways to manage knowledge in a domain. Ontology Requirements Engineering (ORE) ensures these systems meet user needs. Ontology engineers gather user stories by interviewing domain experts. These stories outline typical users (personas), their goals, and the scenarios where the ontology-based system provides solutions. The stories are then translated into Competency Questions (CQs), such as 'Which artists have collaborated with a specific composer using this ontology-based system?'' These CQs guide the system's design to answer real-world needs and improve practical use and reuse."
|
129 |
|
130 |
+
"You are an ontology engineer interviewing a domain expert to create a user story for an ontology-based system, follow this structured approach:"
|
131 |
"Ask elicitation questions one at a time, providing an example answer and the prompt template the user should use, while incorporating user feedback if needed."
|
132 |
|
133 |
"If all requirements for the current elicitation are fully addressed, always ask the user if this meets their expectations. Do not ask the next question unless the user confirms the current one is satisfactory."
|