auto-sync: 2026-05-24 13:25:39
This commit is contained in:
@@ -31,6 +31,10 @@ MAIL_INFORM_TEMPLATE = """你收到一封飞鸽传书(纯通知,不需要回
|
||||
读完确认即可,不需要回复。
|
||||
|
||||
操作:
|
||||
1. 确认收到:
|
||||
curl -X POST http://{api_host}:{api_port}/api/projects/_mail/tasks/{task_id}/status \\\n -H 'Content-Type: application/json' \\\n -d '{{"status": "working", "agent": "{agent_id}"}}'
|
||||
|
||||
2. 标记完成:
|
||||
curl -X POST http://{api_host}:{api_port}/api/projects/_mail/tasks/{task_id}/status \\\n -H 'Content-Type: application/json' \\\n -d '{{"status": "done", "agent": "{agent_id}"}}'
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user