Suggested Mention
data class SuggestedMention(val span: String, val type: String, val suggestedId: String? = null, val role: String = "OTHER")
A mention suggested by the LLM during proposition extraction. Lighter weight than EntityMention - contains only what the LLM provides.