Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for smart_summary (0.06 seconds)

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

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

            assertEquals("Short response", result);
        }
    
        @Test
        public void test_buildAssistantHistoryContent_smartSummary_noSources() {
            final ChatMessage msg = ChatMessage.assistantMessage("A".repeat(1000));
            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)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        Integer getRagChatHighlightNumberOfFragmentsAsInteger();
    
        /**
         * Get the value for the key 'rag.chat.history.assistant.content'. <br>
         * The value is, e.g. smart_summary <br>
         * comment: History content mode for assistant messages (full, smart_summary, source_titles, source_titles_and_urls, truncated, none).
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
Back to Top