We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862554d commit 3d4535cCopy full SHA for 3d4535c
1 file changed
src/uipath_llm_client/utils/headers.py
@@ -24,7 +24,6 @@ def set_captured_response_headers(headers: dict[str, str]) -> contextvars.Token[
24
return _CAPTURED_RESPONSE_HEADERS.set(headers)
25
26
27
-
28
def extract_matching_headers(
29
response_headers: Headers,
30
prefixes: Sequence[str],
0 commit comments