Uses of Enum Class
io.github.glaforge.gemini.interactions.model.Config.ThinkingLevel
Packages that use Config.ThinkingLevel
-
Uses of Config.ThinkingLevel in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Config.ThinkingLevelModifier and TypeMethodDescriptionConfig.GenerationConfig.thinkingLevel()Returns the value of thethinkingLevelrecord component.static Config.ThinkingLevelReturns the enum constant of this class with the specified name.static Config.ThinkingLevel[]Config.ThinkingLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Config.ThinkingLevelModifierConstructorDescriptionGenerationConfig(Double temperature, Double topP, Integer seed, List<String> stopSequences, Tool.ToolChoiceConfig toolChoice, Config.ThinkingLevel thinkingLevel, Config.ThinkingSummaries thinkingSummaries, Integer maxOutputTokens, List<Config.SpeechConfig> speechConfig, Config.ImageConfig imageConfig) Creates an instance of aGenerationConfigrecord class.