Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for streamGenerateAnswer (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/llm/LlmClient.java

         * @param userMessage the user's message
         * @param documents the documents with content
         * @param history the conversation history
         * @param callback the streaming callback
         */
        void streamGenerateAnswer(String userMessage, List<Map<String, Object>> documents, List<LlmMessage> history,
                LlmStreamCallback callback);
    
        /**
         * Generates a response asking user for clarification when intent is unclear.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 7.3K bytes
    - Click Count (0)
Back to Top