Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_smartSummary_withMultipleSources (0.51 seconds)

  1. src/test/java/org/codelibs/fess/chat/ChatClientTest.java

            final double headRatio = (double) head.length() / (head.length() + tail.length());
            assertTrue(headRatio > 0.55 && headRatio < 0.65);
        }
    
        @Test
        public void test_smartSummary_withMultipleSources() {
            final ChatMessage msg = createAssistantWithSources("A".repeat(1000), "Guide A", "Guide B", "Guide C");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 40.6K bytes
    - Click Count (0)
Back to Top