Uses of Class
com.morpheusdata.model.llm.LlmIntegration
Packages that use LlmIntegration
-
Uses of LlmIntegration in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type LlmIntegrationModifier and TypeMethodDescriptionLlmProvider.generateResponse(LlmIntegration languageModelIntegration, LlmChatRequest request, Map opts) Performs a non-streaming response generation request.voidLlmProvider.refresh(LlmIntegration languageModelIntegration) Called periodically to refresh and sync data from the provider.default voidLlmProvider.streamResponse(LlmIntegration languageModelIntegration, LlmChatRequest request, LlmStreamingResponseHandler handler, Map opts) Performs a streaming response generation request.default ServiceResponseLlmProvider.validate(LlmIntegration languageModelIntegration, Map opts) Validation method used to validate inputs applied to the integration upon save. -
Uses of LlmIntegration in com.morpheusdata.model.llm
Fields in com.morpheusdata.model.llm declared as LlmIntegrationMethods in com.morpheusdata.model.llm that return LlmIntegrationMethods in com.morpheusdata.model.llm with parameters of type LlmIntegration