-
Notifications
You must be signed in to change notification settings - Fork 3
Fix SaaS Demo: adjust ai hints #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request simplifies AI hints across the demo models by removing special characters (backticks, arrow symbols, parentheses) and making the language more concise and natural. The changes improve readability for AI processing while maintaining the essential guidance about model usage. Additionally, a new ROI metric is added to the leads model to track marketing return on investment.
Key changes:
- Removed backticks from field references (e.g.,
conversion_rate→ conversion_rate) - Replaced arrow symbols with plain text (e.g., → becomes "to")
- Simplified explanatory parentheses into natural language flow
- Added new ROI metric to measure lead cost effectiveness
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| models/demo/leads.yml | Simplified all AI hints by removing special characters and verbose explanations; added new ROI metric for marketing analysis |
| models/demo/deals.yml | Simplified all AI hints by removing special characters and verbose explanations for consistency with leads model |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Simplified AI hints across deals and leads models by: - Removing verbose explanations and reducing to essential guidance - Replacing special characters (arrows, em dashes, backticks) with plain text - Using "from X to Y" instead of arrow symbols - Using "like" instead of "e.g." with parentheses - Removing backticks around field names for cleaner appearance 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
a89ccea to
0a65493
Compare
Lightdash Validation Results
|
making the AI hints less verbose and with no special characters