mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
fix(intelligence): contact_phone fix + Apollo/PDL enrichment + CSV export + stats endpoints
This commit is contained in:
parent
8075e63c7e
commit
b2969b4653
@ -31,7 +31,8 @@ class LeadCandidate:
|
||||
contact_title: str = ""
|
||||
contact_email: str = ""
|
||||
contact_linkedin: str = ""
|
||||
phone: str = ""
|
||||
phone: str = "" # legacy field
|
||||
contact_phone: str = "" # canonical field (alias for phone)
|
||||
signals: List[str] = field(default_factory=list) # ["hiring", "expansion", ...]
|
||||
trigger: str = "" # what triggered discovery
|
||||
confidence: float = 0.5 # 0-1 source confidence
|
||||
|
||||
Loading…
Reference in New Issue
Block a user