Skip to content

Add Kusto Assistant Chatmode #192

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 2 commits into from
Aug 17, 2025
Merged

Add Kusto Assistant Chatmode #192

merged 2 commits into from
Aug 17, 2025

Conversation

AmeliaRose802
Copy link
Contributor

@AmeliaRose802 AmeliaRose802 commented Aug 15, 2025

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run node update-readme.js and verified that README.md is up to date.

Description

This PR adds a new chatmode which integrates with the Azure MCP server to assist with Kusto queries. You must install the Azure MCP server.

It can work with any cluster that you have access to but you must explicitly provide the cluster and database name in your query. In the future I'd like to make it save this context to some kind of configuration so you don't have to discover it again each time.

There are a few modes added:

  • kusto assistant is a general purpose kusto helper that can answer questions about your data
  • kusto table finder can help find the right table for you even when your question is nebulous
{267BD1DA-3E28-4725-8E60-7A5988DA8218}

I've mainly been testing with GBT 4.1 as I ran out of quota. It can handle simple queries. It should work far better with the more powerful models (it did in previous testing).


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

@aaronpowell aaronpowell merged commit 59700a1 into github:main Aug 17, 2025
2 checks passed
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