FOIA_Doc_Search / core /appeals.py
GodsDevProject's picture
Upload 20 files
5830944 verified
raw
history blame contribute delete
363 Bytes
def draft_appeal(document: str, agency: str, reason: str) -> str:
return f"""
FOIA Appeal – Request for Reconsideration
Agency: {agency}
Document: {document}
Basis for Appeal:
{reason}
This appeal concerns a publicly released document and requests
review of redactions or withholdings under applicable FOIA exemptions.
Sincerely,
[Requestor]
""".strip()