Skip to content

Allow filtering of datasources by type #73

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

Merged
merged 1 commit into from
Apr 3, 2025
Merged

Conversation

csmarchbanks
Copy link
Contributor

@csmarchbanks csmarchbanks commented Apr 2, 2025

To reduce the amount of context passed back to the agent it is now possible to do client-side filtering of all datasources to just the type desired. This is implemented using case insensitive Contains so that the type does not have to be perfect.

Closes: #52

@csmarchbanks csmarchbanks requested a review from a team as a code owner April 2, 2025 18:18
To reduce the amount of context passed back to the agent it is now
possible to do client-side filtering of all datasources to just the type
desired. This is implemented using case insensitive Contains so that the
type does not have to be perfect.
Copy link
Contributor

@ioanarm ioanarm left a comment

Choose a reason for hiding this comment

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

lgtm, tested with Claude as well and seems great

@csmarchbanks csmarchbanks merged commit 0302728 into main Apr 3, 2025
5 checks passed
@csmarchbanks csmarchbanks deleted the filter-datasources branch April 3, 2025 13:43
ioanarm pushed a commit that referenced this pull request Apr 22, 2025
To reduce the amount of context passed back to the agent it is now
possible to do client-side filtering of all datasources to just the type
desired. This is implemented using case insensitive Contains so that the
type does not have to be perfect.
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.

Allow 'list datasources' tool to filter by type
2 participants