Uses of Record Class
io.github.glaforge.gemini.interactions.model.Tool.ToolChoiceConfig
Packages that use Tool.ToolChoiceConfig
-
Uses of Tool.ToolChoiceConfig in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Tool.ToolChoiceConfigModifier and TypeMethodDescriptionConfig.GenerationConfig.toolChoice()Returns the value of thetoolChoicerecord component.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Tool.ToolChoiceConfigModifierConstructorDescriptionGenerationConfig(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.