formatting in comment

This commit is contained in:
sjay8
2025-03-09 13:53:53 -07:00
parent 29362aed30
commit b5985bf810
+2 -1
View File
@@ -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