add responses api to call types

This commit is contained in:
Ishaan Jaff 2025-03-11 22:02:48 -07:00
parent 24cb83b0e4
commit 8ada5a469d

View file

@ -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[