Interface MorpheusLlmService
public interface MorpheusLlmService
Holds context methods for interacting with LLM model and integration services.
- Since:
- 1.4.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the LLM integration context for interacting withLlmIntegrationobjects.getModel()Gets the LLM model context for interacting withLlmModelobjects.
-
Method Details
-
getModel
MorpheusLlmModelService getModel()Gets the LLM model context for interacting withLlmModelobjects.- Returns:
- the LLM model context
-
getIntegration
MorpheusLlmIntegrationService getIntegration()Gets the LLM integration context for interacting withLlmIntegrationobjects.- Returns:
- the LLM integration context
-