Uses of Class
com.morpheusdata.model.llm.LlmChatRequest
Packages that use LlmChatRequest
-
Uses of LlmChatRequest in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type LlmChatRequestModifier and TypeMethodDescriptionLlmProvider.generateResponse(LlmIntegration languageModelIntegration, LlmChatRequest request, Map opts) Performs a non-streaming response generation request.default voidLlmProvider.streamResponse(LlmIntegration languageModelIntegration, LlmChatRequest request, LlmStreamingResponseHandler handler, Map opts) Performs a streaming response generation request.