Skip to content

Added mode to the run query tool, this makes it easier to search for … #57

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eduamota
Copy link

@eduamota eduamota commented Jul 3, 2025

This is to help the agent to run queries for a report. I experienced many scnearios where the agent couldnt figure out the exact name of the service to use in the filter. Adding the mode allows for better flexibility.

Enhanced Filter Modes:
• mode: Added comprehensive filter mode options including:
• contains
• is / is not
• starts with
• does not contain
• matches regex / does not match regex

This makes it easier to search and filter services without being exact in the name of the service. This reduces an additional call to dimensions endpoint, and in many cases the model cant figure out the exact name to search.

Added also the following for completeness of what the report config can accept:

Sort Controls:
• sortDimensions: Added ability to sort dimensions in ascending or descending order
• sortGroups: Added ability to sort groups in ascending or descending order

Advanced Analysis Options:
• advancedAnalysis:
• forecast: Boolean to enable forecasting
• notTrending: Boolean to identify non-trending data
• trendingDown: Boolean to identify downward trends
• trendingUp: Boolean to identify upward trends

@eduamota eduamota requested a review from taltultc July 3, 2025 14:57
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.

1 participant