mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
feat(v2 managed agents): add ManagedAgents httpxSpecialProvider
This commit is contained in:
parent
a868298980
commit
3fdb612ed6
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ class httpxSpecialProvider(str, Enum):
|
|||
A2A = "a2a"
|
||||
PromptManagement = "prompt_management"
|
||||
UI = "ui"
|
||||
ManagedAgents = "managed_agents"
|
||||
|
||||
|
||||
VerifyTypes = Union[str, bool, ssl.SSLContext]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue