forecastraw = nixtla_client.forecast(df=modeldf, h=monthspredict, finetune_steps=200, finetune_loss='mae', id_col='unique_id', time_col='Month', target_col='Activity',hist_exog_list=['Exogenous1', 'Exogenous2'])
* TypeError: NixtlaClient.forecast() got an unexpected keyword argument 'hist_exog_list'