-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add OpenAI integration #577
Conversation
7448cd4
to
9a19308
Compare
Backend code coverage report for PR #577
|
Frontend code coverage report for PR #577
|
} | ||
}, [schema, stateSchema]); | ||
|
||
const generateQuery = () => { |
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.
Would this make more sense in an effect?
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.
Cool as hell, straightforward, great stuff 💯
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.
This is awesome! Great work 💪
This integration adds an additional field in the datasource Config where the user can save their OpenAI API token. Once that token is present the user can use an additional mode of the Editor where they can use natural language to generate KQL queries.
00ac440
to
fccd5a4
Compare
This integration adds an additional field in the datasource Config where the user can save their OpenAI API token. Once that token is present the user can use an additional mode of the Editor where they can use natural language to generate KQL queries.
Additional future enhancements could be:
Examples

