- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setThinkingBudget (0.06 seconds)
-
src/main/java/org/codelibs/fess/llm/LlmChatRequest.java
* {@code null} means use the model default, {@code 0} disables thinking. * * @param thinkingBudget the thinking budget * @return this request for method chaining */ public LlmChatRequest setThinkingBudget(final Integer thinkingBudget) { this.thinkingBudget = thinkingBudget; return this; } /** * Gets the extra parameters for provider-specific settings. *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)