- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getExtraParam (0.06 seconds)
-
src/main/java/org/codelibs/fess/llm/LlmChatRequest.java
} /** * Gets a single extra parameter value. * * @param key the parameter key * @return the parameter value, or {@code null} if not set */ public String getExtraParam(final String key) { return extraParams != null ? extraParams.get(key) : null; }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)