This commit is contained in:
sjay8
2025-03-09 14:44:42 -07:00
parent 9d2885f7a6
commit 9213b64de0
+1 -1
View File
@@ -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.
"""