diplomat.get_predictor_settings

diplomat.get_predictor_settings(predictor: List[str] | str | None = None) None

Prints the available/modifiable settings for a specified predictor plugin.

Parameters:

predictor – The string or list of strings being the names of the predictor plugins to view customizable settings for. If None, will print settings for all currently available predictors. Defaults to None.

Returns:

Nothing, prints to console….