From 859840e9bd4a9f4afc354614179c759fb23bc7bd Mon Sep 17 00:00:00 2001 From: devmrko Date: Mon, 27 Jul 2026 13:30:51 +0900 Subject: [PATCH] derive unresolved scope response from resolver status --- .../cloudhandson/vpdbackoffice/service/SelectAiService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vpd-backoffice/src/main/java/com/cloudhandson/vpdbackoffice/service/SelectAiService.java b/vpd-backoffice/src/main/java/com/cloudhandson/vpdbackoffice/service/SelectAiService.java index 9472c13..0adf640 100644 --- a/vpd-backoffice/src/main/java/com/cloudhandson/vpdbackoffice/service/SelectAiService.java +++ b/vpd-backoffice/src/main/java/com/cloudhandson/vpdbackoffice/service/SelectAiService.java @@ -253,7 +253,8 @@ public class SelectAiService { return POLICY_PREFIX + "Resolve business terms and game names from the approved game-alias metadata before selecting a " + "game-scoped object. A generic term such as common user means no particular game. If no game alias " - + "is resolved, do not substitute an arbitrary game-scoped object; ask for the game or return no data.\n" + + "is resolved, do not substitute an arbitrary game-scoped object. Return a read-only no-match result " + + "and preserve the resolver status for the answer layer; do not invent a user-facing explanation.\n" + "Original user question:\n" + prompt; }