Uses of Class
com.google.genai.gaos.models.interactions.ToolChoice
Packages that use ToolChoice
-
Uses of ToolChoice in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return ToolChoiceModifier and TypeMethodDescriptionstatic ToolChoiceToolChoice.of(ToolChoiceConfig value) static ToolChoiceToolChoice.of(ToolChoiceType value) Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ToolChoiceMethods in com.google.genai.gaos.models.interactions with parameters of type ToolChoiceModifier and TypeMethodDescriptionGenerationConfig.Builder.toolChoice(ToolChoice toolChoice) The tool choice configuration.GenerationConfig.withToolChoice(ToolChoice toolChoice) The tool choice configuration.Constructors in com.google.genai.gaos.models.interactions with parameters of type ToolChoiceModifierConstructorDescriptionGenerationConfig(ImageConfig imageConfig, Integer maxOutputTokens, Integer seed, SpeechConfigUnion speechConfig, List<String> stopSequences, ThinkingLevel thinkingLevel, ThinkingSummaries thinkingSummaries, ToolChoice toolChoice, TranscriptionConfig transcriptionConfig, VideoConfig videoConfig)