Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Conclusion (0.19 seconds)

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

            }
            return content.substring(0, maxChars) + "...";
        }
    
        /**
         * Builds a smart summary of the assistant message for history.
         * Preserves the beginning (direct answer) and end (conclusion) of long responses,
         * omitting the middle section, and appends source titles.
         *
         * @param msg the assistant chat message
         * @param maxChars the maximum characters for the summary
    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