Skip to content

Commit b92c2fd

Browse files
authored
Merge pull request #1635 from rocket-admin/backend_ai_table_settings_improvements
Update columns_view description to clarify it includes up to six most important columns
2 parents ec10fc4 + 5a61bbd commit b92c2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/entities/ai/ai.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ For each table, provide:
131131
1. display_name: A human-readable name for the table
132132
2. search_fields: Columns that should be searchable (text fields like name, email, title)
133133
3. readonly_fields: Columns that should not be editable (like auto_increment, timestamps)
134-
4. columns_view: All columns in preferred display order
134+
4. columns_view: Up to six most important columns in preferred display order
135135
5. ordering: Default sort order - either "ASC" or "DESC" (use "DESC" for tables with timestamps to show newest first)
136136
6. ordering_field: Column name to sort by default (prefer created_at, updated_at, or primary key)
137137
7. widgets: For each column, suggest the best widget type from: ${widgetTypes}

0 commit comments

Comments
 (0)