修改提示词

This commit is contained in:
zk
2026-04-14 14:21:09 +08:00
parent 3e93886e67
commit a4f62ff348
+1 -1
View File
@@ -68,7 +68,7 @@ AGENT_PLAN_PROMPT = """你是一个简历编辑助手。分析用户的指令,
{instruction} {instruction}
如果用户指令不明确或需要澄清,返回: 如果用户指令不明确或需要澄清,返回:
{{"action": "chat", "message": "你的追问内容"}} {{"action": "chat", "message": "" #补充追问用户}}
如果用户指令明确,将其拆解为原子操作列表,返回: 如果用户指令明确,将其拆解为原子操作列表,返回:
{{"action": "modify", "operations": [...]}} {{"action": "modify", "operations": [...]}}