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
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.