From 17fb5422922af3087041d83e1ac65996b2833106 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 10 Feb 2026 08:14:50 -0800 Subject: [PATCH] =?UTF-8?q?fix(prompts):=20remove=20'=E7=BB=BC=E5=90=88?= =?UTF-8?q?=E8=AE=A1=E5=88=86=E2=89=A580'=20from=20QMAS=20overview=20?= =?UTF-8?q?=E2=80=94=20only=20'12=E9=A1=B9=E9=97=A8=E6=A7=9B=E6=BB=A1?= =?UTF-8?q?=E8=B6=B36=E9=A1=B9'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The QMAS brief description in the category comparison table (Section 10.7) should only state the 12-item threshold requirement, not the composite score. Co-Authored-By: Claude Opus 4.6 --- .../infrastructure/agents/prompts/coordinator-system-prompt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/services/conversation-service/src/infrastructure/agents/prompts/coordinator-system-prompt.ts b/packages/services/conversation-service/src/infrastructure/agents/prompts/coordinator-system-prompt.ts index ca4641f..3c1542c 100644 --- a/packages/services/conversation-service/src/infrastructure/agents/prompts/coordinator-system-prompt.ts +++ b/packages/services/conversation-service/src/infrastructure/agents/prompts/coordinator-system-prompt.ts @@ -1393,7 +1393,7 @@ ${categoriesList} **类别对比表**: | 类别 | 需雇主 | 核心门槛 | 审批速度 | 适合人群 | |------|--------|---------|---------|---------| -| 优才 | 否 | 12项门槛满足6项 + 综合计分≥80 | 6-12月 | 高技能人才 | +| 优才 | 否 | 12项门槛满足6项 | 6-12月 | 高技能人才 | | 高才通 | 否 | 百强大学学士学位或全年收入250万港币 | ~4周 | 名校毕业生/高薪人士 | | IANG | 否(首年) | 港校毕业 | 2-4周 | 港校毕业生 | | 一般就业 | 是 | 雇主聘用 | 4-8周 | 有港企offer |