Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ChatResult (0.11 seconds)

  1. src/main/java/org/codelibs/fess/chat/ChatClient.java

         * @param userMessage the user's message
         * @param userId the user ID (can be null for anonymous users)
         * @return the chat response including session info and sources
         */
        public ChatResult chat(final String sessionId, final String userMessage, final String userId) {
            return chat(sessionId, userMessage, userId, Collections.emptyMap(), new String[0]);
        }
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 56.6K bytes
    - Click Count (0)
Back to Top