Class GeminiThinkingConfig.Builder
java.lang.Object
dev.langchain4j.model.googleai.GeminiThinkingConfig.Builder
- Enclosing class:
GeminiThinkingConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()includeThoughts(Boolean includeThoughts) thinkingBudget(Integer thinkingBudget) thinkingLevel(GeminiThinkingConfig.GeminiThinkingLevel thinkingLevel) thinkingLevel(String thinkingLevel)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
includeThoughts
-
thinkingBudget
-
thinkingLevel
-
thinkingLevel
public GeminiThinkingConfig.Builder thinkingLevel(GeminiThinkingConfig.GeminiThinkingLevel thinkingLevel) -
build
-