Uses of Enum Class
org.springframework.ai.google.genai.common.GoogleGenAiThinkingLevel
Packages that use GoogleGenAiThinkingLevel
-
Uses of GoogleGenAiThinkingLevel in org.springframework.ai.google.genai
Methods in org.springframework.ai.google.genai that return GoogleGenAiThinkingLevelMethods in org.springframework.ai.google.genai with parameters of type GoogleGenAiThinkingLevelModifier and TypeMethodDescriptionvoidGoogleGenAiChatOptions.setThinkingLevel(GoogleGenAiThinkingLevel thinkingLevel) GoogleGenAiChatOptions.Builder.thinkingLevel(GoogleGenAiThinkingLevel thinkingLevel) -
Uses of GoogleGenAiThinkingLevel in org.springframework.ai.google.genai.common
Subclasses with type arguments of type GoogleGenAiThinkingLevel in org.springframework.ai.google.genai.commonModifier and TypeClassDescriptionenumEnum representing the level of thinking tokens the model should generate.Methods in org.springframework.ai.google.genai.common that return GoogleGenAiThinkingLevelModifier and TypeMethodDescriptionstatic GoogleGenAiThinkingLevelReturns the enum constant of this class with the specified name.static GoogleGenAiThinkingLevel[]GoogleGenAiThinkingLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.