Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for createAssistantWithSources (0.14 seconds)

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

            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");
            final String result = chatClient.testBuildAssistantHistoryContent(msg, "smart_summary", 500, 500);
    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