mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
fix(spec):
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user