diff --git a/litellm/types/utils.py b/litellm/types/utils.py index 09f70e9b39b..2d0e262fecf 100644 --- a/litellm/types/utils.py +++ b/litellm/types/utils.py @@ -1315,6 +1315,7 @@ all_litellm_params = [ "num_retries", "context_window_fallback_dict", "retry_policy", + "retry_strategy", "roles", "final_prompt_value", "bos_token",