验证agent 接口参数

This commit is contained in:
zk
2026-04-10 11:17:44 +08:00
parent f33ac58f59
commit 2707735637
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ class SkillGapService:
# ===== AI 对话编辑 =====
async def ai_edit_customize_resume(self, user_id: int, job_id: int,
instruction: str, chat_history: list[dict]) -> dict:
instruction: str, chat_history: list) -> dict:
"""AI 对话式编辑定制简历"""
# 1. 取当前定制简历
key = f"{CUSTOMIZE_RESUME_KEY_PREFIX}{user_id}"