Uses of Class
com.google.genai.types.AutomaticFunctionCallingConfig.Builder
Packages that use AutomaticFunctionCallingConfig.Builder
-
Uses of AutomaticFunctionCallingConfig.Builder in com.google.genai.types
Methods in com.google.genai.types that return AutomaticFunctionCallingConfig.BuilderModifier and TypeMethodDescriptionAutomaticFunctionCallingConfig.builder()Instantiates a builder for AutomaticFunctionCallingConfig.AutomaticFunctionCallingConfig.Builder.disable(boolean disable) AutomaticFunctionCallingConfig.Builder.ignoreCallHistory(boolean ignoreCallHistory) AutomaticFunctionCallingConfig.Builder.maximumRemoteCalls(Integer maximumRemoteCalls) AutomaticFunctionCallingConfig.toBuilder()Creates a builder with the same values as this instance.