diff --git a/litellm/types/llms/custom_http.py b/litellm/types/llms/custom_http.py index 792adb4182d..4e9223d8b86 100644 --- a/litellm/types/llms/custom_http.py +++ b/litellm/types/llms/custom_http.py @@ -29,6 +29,7 @@ class httpxSpecialProvider(str, Enum): A2A = "a2a" PromptManagement = "prompt_management" UI = "ui" + ManagedAgents = "managed_agents" VerifyTypes = Union[str, bool, ssl.SSLContext]