You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(java): add code prompter methods and documentation
This commit adds new methods and documentation to the JavaContextPrompter and JvmPromptStrategy classes. The JavaContextPrompter class now has a private additionContext property, and the JvmPromptStrategy class has a new getByFields method that retrieves lines matching a specified field regex. Additionally, the JvmPromptStrategy class now has a new advice method that generates code prompt text for implementing missing methods in a service file. These changes improve the functionality and usability of the code prompter feature in the Java context.
0 commit comments