derive unresolved scope response from resolver status
This commit is contained in:
@@ -253,7 +253,8 @@ public class SelectAiService {
|
|||||||
return POLICY_PREFIX
|
return POLICY_PREFIX
|
||||||
+ "Resolve business terms and game names from the approved game-alias metadata before selecting a "
|
+ "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 "
|
+ "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;
|
+ "Original user question:\n" + prompt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user