Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getExtraParams (0.05 seconds)

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

        }
    
        /**
         * Gets the extra parameters for provider-specific settings.
         *
         * @return the extra parameters map, or {@code null} if not set
         */
        public Map<String, String> getExtraParams() {
            return extraParams;
        }
    
        /**
         * Sets the extra parameters for provider-specific settings.
         *
         * @param extraParams the extra parameters map
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 05 03:38:31 GMT 2026
    - 6.4K bytes
    - Click Count (0)
Back to Top