Uses of Class
com.google.genai.gaos.models.interactions.GroundingToolCount
Packages that use GroundingToolCount
-
Uses of GroundingToolCount in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return GroundingToolCountModifier and TypeMethodDescriptionGroundingToolCount.Builder.build()The number of grounding tool counts.GroundingToolCount.withType(GroundingToolCountType type) The grounding tool type associated with the count.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type GroundingToolCountMethod parameters in com.google.genai.gaos.models.interactions with type arguments of type GroundingToolCountModifier and TypeMethodDescriptionUsage.Builder.groundingToolCount(List<GroundingToolCount> groundingToolCount) Grounding tool count.Usage.withGroundingToolCount(List<GroundingToolCount> groundingToolCount) Grounding tool count.