From 2b414d609435c576749d0e7fde0a4729c691674e Mon Sep 17 00:00:00 2001 From: Daniel Chalef <131175+danielchalef@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:53:05 -0700 Subject: [PATCH] Remove User and Assistant exception from Preference prioritization --- mcp_server/src/models/entity_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_server/src/models/entity_types.py b/mcp_server/src/models/entity_types.py index 4f5db3a6..7f357d9e 100644 --- a/mcp_server/src/models/entity_types.py +++ b/mcp_server/src/models/entity_types.py @@ -33,7 +33,7 @@ class Requirement(BaseModel): class Preference(BaseModel): """ - IMPORTANT: Prioritize this classification over ALL other classifications except User and Assistant. + IMPORTANT: Prioritize this classification over ALL other classifications. Represents entities mentioned in contexts expressing user preferences, choices, opinions, or selections. Use LOW THRESHOLD for sensitivity.