| output_schema | {
"company": <str>,
"role_focus": <str, 角色聚焦的一句话>,
"evidence_count": <int, 用了几条样本>,
"evidence_kinds": <list[str], e.g. ["offer_post","interview","project_share"]>,
"background_pattern": {
"education_level": <str, 群体学历水平模式>,
"school_tier": <str, 学校层次, 例 "985+ 顶尖" / "211 + 双非头部">,
"majors": <list[str], 专业背景 top 3>,
"internships": <list[str], 典型实习经历模式>,
"competitions": <list[str], 算法 / 项目竞赛>,
"publications": <list[str], 论文 / 开源项目>
},
"skill_pattern": {
"must_have": <list[str], 90%+ 候选人都具备的硬技能>,
"highly_valued": <list[str], 大部分候选人具备且明显加分的>,
"differentiators": <list[str], 少数人具备但极其加分的>
},
"project_pattern": {
"typical_project_themes": <list[str], 项目方向>,
"common_tech_stacks": <list[str]>,
"scale_signals": <list[str], 项目规模线索 e.g. "百万 DAU" / "10w+ QPS">,
"outcome_signals": <list[str], 结果指标 e.g. "AUC 0.85" / "线上 P0 故障归零">
},
"interview_pattern": {
"common_questions": <list[{question, category, evidence_count}]>,
"behavioral_themes": <list[str], 高频 STAR 主题>,
"decision_factors": <list[str], 面试官反馈中提到的决定因素>
},
"why_they_passed": <list[str], 3-5 条聚合的"为什么能过"原因>,
"evidence_sources": <list[{source, url, kind}], 引用了哪些样本>,
"uncertainty_notes": <list[str], 数据不足导致结论不稳的部分>
}
|