generated from IBM/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This is a request to add AI capability to the report.
The design allows a pluggable integration that can work with any LLM. Ollama is used as the wrapper. Prompts are generated by subclasses of the Prompter class. The name of the model to be used is configured in Constants.py.
To invoke the AI capabilities run javacore_analyser_batch.py with --ai=true parameter.
This will include an AI overview of the JVM configuration under the Basic JVM Configuration section.
It will also replace the content of Intelligent Tips section with AI-generated tips.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request