-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AI support to ExtendedRuleMakeCommand
This commit adds support for generating rule content using AI in the ExtendedRuleMakeCommand. The user is prompted to describe the validation rule they want to generate, and the AI generates the content of the rule file. The generated content is then stored in the correct file and location. Exceptions are thrown if there are errors fetching or storing the AI-generated content.
- Loading branch information
1 parent
f4da330
commit 2b6f4e7
Showing
2 changed files
with
32 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters