From 5a61bbd2da69d66d57c74f500e4a970afbe059f7 Mon Sep 17 00:00:00 2001 From: Artem Niehrieiev Date: Thu, 26 Feb 2026 09:54:52 +0000 Subject: [PATCH] Update columns_view description to clarify it includes up to six most important columns --- backend/src/entities/ai/ai.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/entities/ai/ai.service.ts b/backend/src/entities/ai/ai.service.ts index 9376dad32..623c91ab6 100644 --- a/backend/src/entities/ai/ai.service.ts +++ b/backend/src/entities/ai/ai.service.ts @@ -131,7 +131,7 @@ For each table, provide: 1. display_name: A human-readable name for the table 2. search_fields: Columns that should be searchable (text fields like name, email, title) 3. readonly_fields: Columns that should not be editable (like auto_increment, timestamps) -4. columns_view: All columns in preferred display order +4. columns_view: Up to six most important columns in preferred display order 5. ordering: Default sort order - either "ASC" or "DESC" (use "DESC" for tables with timestamps to show newest first) 6. ordering_field: Column name to sort by default (prefer created_at, updated_at, or primary key) 7. widgets: For each column, suggest the best widget type from: ${widgetTypes}