Uses of Class
com.google.genai.gaos.models.interactions.ThinkingLevel
Packages that use ThinkingLevel
-
Uses of ThinkingLevel in com.google.genai.gaos.models.interactions
Fields in com.google.genai.gaos.models.interactions declared as ThinkingLevelModifier and TypeFieldDescriptionstatic final ThinkingLevelThinkingLevel.HIGHstatic final ThinkingLevelThinkingLevel.LOWstatic final ThinkingLevelThinkingLevel.MEDIUMstatic final ThinkingLevelThinkingLevel.MINIMALMethods in com.google.genai.gaos.models.interactions that return ThinkingLevelModifier and TypeMethodDescriptionstatic ThinkingLevelReturns a ThinkingLevel with the given value.static ThinkingLevel[]ThinkingLevel.values()Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ThinkingLevelMethods in com.google.genai.gaos.models.interactions with parameters of type ThinkingLevelModifier and TypeMethodDescriptionGenerationConfig.Builder.thinkingLevel(ThinkingLevel thinkingLevel) GenerationConfig.withThinkingLevel(ThinkingLevel thinkingLevel) Constructors in com.google.genai.gaos.models.interactions with parameters of type ThinkingLevelModifierConstructorDescriptionGenerationConfig(ImageConfig imageConfig, Integer maxOutputTokens, Integer seed, SpeechConfigUnion speechConfig, List<String> stopSequences, ThinkingLevel thinkingLevel, ThinkingSummaries thinkingSummaries, ToolChoice toolChoice, TranscriptionConfig transcriptionConfig, VideoConfig videoConfig)