Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_summary_withDocumentUrl (0.13 seconds)

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

  1. src/test/java/org/codelibs/fess/llm/IntentDetectionResultTest.java

            assertEquals(ChatIntent.SEARCH, result.getIntent());
            assertEquals(query, result.getQuery());
        }
    
        @Test
        public void test_summary_withDocumentUrl() {
            final String documentUrl = "https://example.com/doc.pdf";
            final IntentDetectionResult result = IntentDetectionResult.summary(documentUrl, "summary request");
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 07 13:27:59 GMT 2026
    - 8.2K bytes
    - Click Count (0)
Back to Top