Skip to content

Update columns_view description to clarify it includes up to six most important columns#1635

Merged
Artuomka merged 1 commit into
mainfrom
backend_ai_table_settings_improvements
Feb 26, 2026
Merged

Update columns_view description to clarify it includes up to six most important columns#1635
Artuomka merged 1 commit into
mainfrom
backend_ai_table_settings_improvements

Conversation

@Artuomka

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings February 26, 2026 09:55
@Artuomka Artuomka enabled auto-merge February 26, 2026 09:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the AI table-settings generation prompt to clarify that columns_view should contain only a small set of the most important columns, rather than every column.

Changes:

  • Refined the columns_view description to “Up to six most important columns in preferred display order”.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Copilot AI Feb 26, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This prompt text now says columns_view should be limited ("Up to six most important columns"), but there is another table-settings prompt in backend/src/ai-core/tools/prompts.ts that still states "All columns". Keeping two divergent prompt definitions for the same concept is likely to cause inconsistent AI outputs depending on which prompt is used; consider updating the other prompt as well or consolidating to a single shared prompt builder to avoid future drift.

Suggested change
4. columns_view: Up to six most important columns in preferred display order
4. columns_view: All columns in preferred display order

Copilot uses AI. Check for mistakes.
@Artuomka Artuomka merged commit b92c2fd into main Feb 26, 2026
20 of 23 checks passed
@Artuomka Artuomka deleted the backend_ai_table_settings_improvements branch February 26, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants