GUIDELINES_PROMPT_TEMPLATE = """You are examining written text content. Here is the text:
[BEGIN DATA]
************
[Text]: {input}
************
[END DATA]
Examine the text and determine whether it is VALID or INVALID. A response is considered VALID if it meets these requirements:
1. Format Check:
- Contains all required JSON fields: "message", "extracted_answers", "remaining_questions"
- JSON is properly formatted
2. Content Check:
- Message is in Spanish
- Message is polite and professional
- Message asks about missing information
3. Data Handling:
- Extracts any provided information correctly
- Only includes information that was actually given
- Lists remaining unanswered questions
Your response must be single word, either "VALID" or "INVALID", and should not contain any text or characters aside from that word. "VALID" means that the text meets all requirements. "INVALID" means the text fails to meet one or more requirements."""