Uses of Class
org.codelibs.fess.llm.LlmChatResponse
Packages that use LlmChatResponse
Package
Description
-
Uses of LlmChatResponse in org.codelibs.fess.llm
Methods in org.codelibs.fess.llm that return LlmChatResponseModifier and TypeMethodDescriptionLlmClient.chat(LlmChatRequest request) Performs a chat completion request.LlmClientManager.chat(LlmChatRequest request) Performs a chat completion request using the configured LLM client.AbstractLlmClient.generateAnswer(String userMessage, List<Map<String, Object>> documents, List<LlmMessage> history) LlmClient.generateAnswer(String userMessage, List<Map<String, Object>> documents, List<LlmMessage> history) Generates an answer using document content (synchronous version for non-enhanced flow).LlmClientManager.generateAnswer(String userMessage, List<Map<String, Object>> documents, List<LlmMessage> history) Generates an answer using document content (synchronous). -
Uses of LlmChatResponse in org.codelibs.fess.llm.gemini
Methods in org.codelibs.fess.llm.gemini that return LlmChatResponse -
Uses of LlmChatResponse in org.codelibs.fess.llm.ollama
Methods in org.codelibs.fess.llm.ollama that return LlmChatResponse -
Uses of LlmChatResponse in org.codelibs.fess.llm.openai
Methods in org.codelibs.fess.llm.openai that return LlmChatResponse