From da018c570fd423e5a974a0b92287678d3cf2bb54 Mon Sep 17 00:00:00 2001 From: dal Date: Thu, 1 May 2025 12:35:04 -0600 Subject: [PATCH] don't extract ids --- .../src/tools/categories/file_tools/search_data_catalog.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/api/libs/agents/src/tools/categories/file_tools/search_data_catalog.rs b/api/libs/agents/src/tools/categories/file_tools/search_data_catalog.rs index b917b4b39..7433ba835 100644 --- a/api/libs/agents/src/tools/categories/file_tools/search_data_catalog.rs +++ b/api/libs/agents/src/tools/categories/file_tools/search_data_catalog.rs @@ -1069,6 +1069,7 @@ DO NOT include: 3. Generic attributes (e.g., "name", "id", "date") 4. Common words or very short terms (1-2 characters) 5. Numbers without context +6. UUIDs or other machine-generated identifiers (e.g., "9711ca55-8329-4fd9-8b20-b6a3289f3d38", "cust_12345", "1234445556667") Extract only SPECIFIC, DISTINCTIVE values that would be stored in a database as actual values in columns.