mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Update litellm/proxy/policy_engine/policy_endpoints.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
96f480af7c
commit
252d7bf1bc
1 changed files with 1 additions and 0 deletions
|
|
@ -360,6 +360,7 @@ async def get_resolved_guardrails(policy_id: str):
|
|||
@router.post(
|
||||
"/policies/test-pipeline",
|
||||
tags=["Policies"],
|
||||
dependencies=[Depends(user_api_key_auth)],
|
||||
)
|
||||
async def test_pipeline(
|
||||
request: PipelineTestRequest,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue