Uses of Interface
org.codelibs.fess.chat.ChatPhaseCallback
Packages that use ChatPhaseCallback
-
Uses of ChatPhaseCallback in org.codelibs.fess.chat
Methods in org.codelibs.fess.chat that return ChatPhaseCallbackModifier and TypeMethodDescriptionstatic ChatPhaseCallbackChatPhaseCallback.noOp()Returns a no-op callback implementation.Methods in org.codelibs.fess.chat with parameters of type ChatPhaseCallbackModifier and TypeMethodDescriptionChatClient.streamChatEnhanced(String sessionId, String userMessage, String userId, Map<String, String[]> fields, String[] extraQueries, ChatPhaseCallback callback) Performs an enhanced streaming chat request with multi-phase RAG flow and search filters.ChatClient.streamChatEnhanced(String sessionId, String userMessage, String userId, ChatPhaseCallback callback) Performs an enhanced streaming chat request with multi-phase RAG flow.