| output_schema | {
"company": <str>,
"role_focus": <str>,
"self_intro_snippet": {
"platform_hint": "boss_zhipin" | "niuke" | "generic",
"text": <str, 中文 80-150 字, 可直接复制到 Boss 直聘第一句话>,
"rationale": <str, 一句话: 为什么这么写>
},
"qa_templates": [
{
"question": <str, 招聘表单常见问题, 中文>,
"category": "motivation" | "fit" | "logistics" | "salary" | "weakness" | "other",
"answer": <str, 中文, 100-250 字, 可直接粘贴>,
"anti_patterns": <list[str], 这条 question 用户常踩的坑——别这样写>,
"personalization_score": <float 0..1, 0=空话模板 / 1=只能这个用户写出来>
}
],
"submission_strategy": {
"best_time_window": <str, 例如 "工作日早 10-11 点", 一句话>,
"platform_specific_tips": <list[str], 这家公司常见投递路径的注意事项>,
"follow_up_plan": <str, 投完几天没回怎么办, 1-2 句>,
"expected_response_window_days": <int, 业内观察的平均回复周期天数>
},
"pre_submit_checklist": [
<str, 一句话, 用户 submit 前要确认的事——例如"简历已 tailor 过且导出 pdf"或"附件大小 < 5MB">
],
"skip_reasons": [
<str, 如果你判断这个岗位**根本不该投**, 在这里说明——例如"deal-breaker: 要求 5 年经验"或"公司近期被裁员消息曝光"。空数组表示推荐投。>
],
"confidence": <float 0..1, 你对这份包的自信度 (低 = 信息不全 agent 在猜)>
}
|