diff --git a/agentic_security/http_spec.py b/agentic_security/http_spec.py index 673beff..d02965f 100644 --- a/agentic_security/http_spec.py +++ b/agentic_security/http_spec.py @@ -146,7 +146,7 @@ def parse_http_spec(http_spec: str) -> LLMSpec: Args: http_spec (str): A string representing an HTTP specification. - + Returns: LLMSpec: An object representing the parsed HTTP specification, with attributes for the method, URL, headers, and body. """