Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for detectIntent (0.03 seconds)

  1. src/main/java/org/codelibs/fess/llm/LlmClient.java

         */
        IntentDetectionResult detectIntent(String userMessage);
    
        /**
         * Detects the intent of a user message with conversation history context.
         *
         * @param userMessage the user's message
         * @param history the conversation history for context
         * @return the detected intent with extracted keywords
         */
        default IntentDetectionResult detectIntent(String userMessage, List<LlmMessage> history) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 7.3K bytes
    - Click Count (0)
Back to Top