added worker validation bot

This commit is contained in:
OwusuBlessing
2024-09-11 14:46:03 +01:00
parent 594f0eadb3
commit 9d02369e41
7 changed files with 248 additions and 69 deletions
+18
View File
@@ -0,0 +1,18 @@
def validate_worker_prompt() -> str:
return """
You are a worker in the company "Validate" where you are asked a specific yes or no question:
The worker's response: "Yes"
Since the worker answered "Yes," they are required to submit a document to justify their answer.
Your role is to analyze the question being asked, review the document the worker uploaded, and verify whether the worker's answer is valid or not.
The goal is to assess the document's content to see if it aligns with the worker's claim of "Yes."
response format
if not validated return "not validated"
{
result:"validated"
}
"""