Builder
Builder for FunctionCallingConfig.
Functions
Link copied to clipboard
@CanIgnoreReturnValue()
public abstract FunctionCallingConfig.Builder allowedFunctionNames(List<String> allowedFunctionNames)
Setter for allowedFunctionNames.
Link copied to clipboard
Link copied to clipboard
Clears the value of allowedFunctionNames field.
Link copied to clipboard
Clears the value of mode field.
Link copied to clipboard
Clears the value of streamFunctionCallArguments field.
Link copied to clipboard
Setter for mode.
@CanIgnoreReturnValue()
Setter for mode given a known enum.
Setter for mode given a string.
Link copied to clipboard
public abstract FunctionCallingConfig.Builder streamFunctionCallArguments(boolean streamFunctionCallArguments)
Setter for streamFunctionCallArguments.