From 8904f1091e124b9a756655f6ea26426edbe2b71a Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Fri, 20 Feb 2026 17:55:33 -0800 Subject: [PATCH] address greptile review feedback (greploop iteration 1) Fix stale test path in denied_financial_advice.yaml comment. Other comments were on files already deleted in prior commits. Co-Authored-By: Claude Opus 4.6 --- .../categories/denied_financial_advice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/denied_financial_advice.yaml b/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/denied_financial_advice.yaml index 20a6acb4859..7ec1fb0d5ac 100644 --- a/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/denied_financial_advice.yaml +++ b/litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/categories/denied_financial_advice.yaml @@ -9,7 +9,7 @@ # # Eval results (207-case investment eval set — block_investment.jsonl): # Precision: 100%, Recall: 100%, F1: 100%, Latency: <0.1ms -# Run: pytest tests/.../topic_blocker/test_eval.py -k InvestmentContentFilter -v -s +# Run: pytest litellm/proxy/guardrails/guardrail_hooks/litellm_content_filter/guardrail_benchmarks/test_eval.py -k InvestmentContentFilter -v -s category_name: "denied_financial_advice" display_name: "Denied Financial / Investment Advice" description: "Detects requests for personalized financial advice, investment recommendations, or financial planning that should be provided by licensed financial advisors"