Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

         * @throws LlmException if LLM is not available
         */
        public IntentDetectionResult detectIntent(final String userMessage) {
            if (logger.isDebugEnabled()) {
                logger.debug("[LLM] Delegating detectIntent. llmType={}", getLlmType());
            }
            return getAvailableClient().detectIntent(userMessage);
        }
    
        /**
         * Detects the intent of a user message with conversation history context.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 11:10:51 GMT 2026
    - 17.4K bytes
    - Click Count (0)
Back to Top