Uses of Class
com.morpheusdata.model.llm.LlmChatResponse
Packages that use LlmChatResponse
-
Uses of LlmChatResponse in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type LlmChatResponseModifier and TypeMethodDescriptionLlmProvider.generateResponse(LlmIntegration languageModelIntegration, LlmChatRequest request, Map opts) Performs a non-streaming response generation request. -
Uses of LlmChatResponse in com.morpheusdata.response
Methods in com.morpheusdata.response with parameters of type LlmChatResponseModifier and TypeMethodDescriptiondefault voidLlmStreamingResponseHandler.onCompleteResponse(LlmChatResponse response) Called when a streaming response completes successfully.