prompt = (f"Domain Description:\n" 

f"{domain_content}\n\n" # The content of the domain used in problem generating 

f"Problem Description:\n" 

f"{problem_content}\n\n" # the generated problem file. 

"Validate the preconditions in problem file to ensure all precondition listed object is included and also in domain file, and go over structure to check the parenthesis and syntext. Check and return only the validated problem file." )