analyze_resume_text
Analyze resume text for completeness, keyword usage, and skill alignment. Receive targeted optimization suggestions to enhance competitiveness and improve job application success.
Instructions
对简历文本进行深度分析,提供专业评估和改进建议。系统会分析简历的完整性、关键词使用、技能匹配度等方面,并给出针对性的优化建议,帮助求职者打造更具竞争力的简历。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
resumeText | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"resumeText": {
"type": "string"
}
},
"required": [
"resumeText"
],
"type": "object"
}