CONFIDENCE_TEMPLATES = {
    "high": "{description} {details}",
    "medium": "This appears to be {description} {details}",
    "low": "This might be {description}, but the confidence is low. {details}"
}