From b5985bf810e55763f365e2f459870a0c6fdb54f0 Mon Sep 17 00:00:00 2001 From: sjay8 Date: Sun, 9 Mar 2025 13:53:53 -0700 Subject: [PATCH] formatting in comment --- 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 161955c..89adb3e 100644 --- a/agentic_security/http_spec.py +++ b/agentic_security/http_spec.py @@ -148,7 +148,8 @@ def parse_http_spec(http_spec: str) -> LLMSpec: """Parses an HTTP specification string into a LLMSpec object. Args: - http_spec (str): A string representing an HTTP specification. Returns: + 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. """ from agentic_security.core.app import get_secrets