验证agent 接口参数
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user