Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_smartSummary_exactlyAtBudget (0.17 seconds)

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

            final String result = chatClient.testBuildAssistantHistoryContent(msg, "smart_summary", 500, 500);
            assertNull(result);
        }
    
        @Test
        public void test_smartSummary_exactlyAtBudget() {
            // omitMarker = "\n...[omitted]...\n" (18 chars), suffix="" (no sources), bodyBudget = 500 - 0 - 18 = 482
            // Content of 482 chars is <= bodyBudget, so returned with suffix (empty) appended as-is
    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