mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
add responses api to call types
This commit is contained in:
parent
24cb83b0e4
commit
8ada5a469d
1 changed files with 2 additions and 0 deletions
|
|
@ -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[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue