diff --git a/litellm/types/utils.py b/litellm/types/utils.py index 4af88100faf..04b76f3a2e4 100644 --- a/litellm/types/utils.py +++ b/litellm/types/utils.py @@ -191,6 +191,8 @@ class CallTypes(Enum): retrieve_batch = "retrieve_batch" pass_through = "pass_through_endpoint" anthropic_messages = "anthropic_messages" + responses = "responses" + aresponses = "aresponses" CallTypesLiteral = Literal[