Package io.jenkins.plugins.explain_error
Class OllamaService
java.lang.Object
io.jenkins.plugins.explain_error.BaseAIService
io.jenkins.plugins.explain_error.OllamaService
Ollama-specific implementation of the AI service using LangChain4j.
-
Field Summary
FieldsFields inherited from class io.jenkins.plugins.explain_error.BaseAIService
config -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.jenkins.plugins.explain_error.BaseAIService.AssistantMethods inherited from class io.jenkins.plugins.explain_error.BaseAIService
determineBaseUrl, explainError
-
Field Details
-
LOGGER
-
-
Constructor Details
-
OllamaService
-
-
Method Details
-
createAssistant
protected io.jenkins.plugins.explain_error.BaseAIService.Assistant createAssistant()- Specified by:
createAssistantin classBaseAIService
-