excluded Predefined Functions
public final Tool.ComputerUse.Builder excludedPredefinedFunctions(List<String> excludedPredefinedFunctions)
The list of predefined functions that are excluded from the model call.
public final Tool.ComputerUse.Builder excludedPredefinedFunctions(JsonField<List<String>> excludedPredefinedFunctions)
Sets Builder.excludedPredefinedFunctions to an arbitrary JSON value.
You should usually call Builder.excludedPredefinedFunctions with a well-typed List<String> value instead. This method is primarily for setting the field to an undocumented or not yet supported value.