Uses of Enum Class
io.github.glaforge.gemini.interactions.model.Config.ThinkingSummaries
Packages that use Config.ThinkingSummaries
-
Uses of Config.ThinkingSummaries in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Config.ThinkingSummariesModifier and TypeMethodDescriptionConfig.DeepResearchAgentConfig.thinkingSummaries()Returns the value of thethinkingSummariesrecord component.Config.GenerationConfig.thinkingSummaries()Returns the value of thethinkingSummariesrecord component.static Config.ThinkingSummariesReturns the enum constant of this class with the specified name.static Config.ThinkingSummaries[]Config.ThinkingSummaries.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.ThinkingSummariesModifierConstructorDescriptionDeepResearchAgentConfig(Config.ThinkingSummaries thinkingSummaries) Creates a new DeepResearchAgentConfig with default type.DeepResearchAgentConfig(String type, Config.ThinkingSummaries thinkingSummaries) Creates an instance of aDeepResearchAgentConfigrecord class.GenerationConfig(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.