Uses of Class
com.google.genai.types.AutomaticFunctionCallingConfig
Packages that use AutomaticFunctionCallingConfig
-
Uses of AutomaticFunctionCallingConfig in com.google.genai.types
Methods in com.google.genai.types that return AutomaticFunctionCallingConfigModifier and TypeMethodDescriptionabstract AutomaticFunctionCallingConfigAutomaticFunctionCallingConfig.Builder.build()Deserializes a JSON string to a AutomaticFunctionCallingConfig object.Methods in com.google.genai.types that return types with arguments of type AutomaticFunctionCallingConfigModifier and TypeMethodDescriptionabstract Optional<AutomaticFunctionCallingConfig>GenerateContentConfig.automaticFunctionCalling()The configuration for automatic function calling.Methods in com.google.genai.types with parameters of type AutomaticFunctionCallingConfigModifier and TypeMethodDescriptionabstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.automaticFunctionCalling(AutomaticFunctionCallingConfig automaticFunctionCalling) Setter for automaticFunctionCalling.