From 846fa1697d0df096089561379bd02163233603cd Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Thu, 19 Dec 2024 21:52:09 +0200 Subject: [PATCH] fix(spec): --- agentic_security/http_spec.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agentic_security/http_spec.py b/agentic_security/http_spec.py index 80165f9..ca6c035 100644 --- a/agentic_security/http_spec.py +++ b/agentic_security/http_spec.py @@ -11,7 +11,8 @@ def encode_image_base64_by_url(url: str = "https://github.com/fluidicon.png") -> return "data:image/jpeg;base64," + encoded_content -class InvalidHTTPSpecError(Exception): ... +class InvalidHTTPSpecError(Exception): + ... class LLMSpec(BaseModel):