added adjustmensts to roles and questions

This commit is contained in:
OwusuBlessing
2024-09-10 21:22:52 +01:00
parent 348c871abc
commit 594f0eadb3
5 changed files with 339 additions and 71 deletions
+3 -2
View File
@@ -275,7 +275,7 @@ def get_sop_for_department_workers():
5. Use the provided document and the workers and department information to generate the SOP.
6. If the provided document cannot provide SOPs for a specific worker stated, then return an empty list for the SOP for that worker.
Example format:
Example forma
{
"departments": [
{
@@ -287,8 +287,9 @@ def get_sop_for_department_workers():
"shall": ["Submit monthly reports"],
"will": ["Improve efficiency"]
}
]
}
]
}s
}
'''