Skip to content

Commit 1c59adc

Browse files
committed
fix
1 parent b15aa7d commit 1c59adc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/uipath_llm_client/httpx_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def build_routing_headers(
7474
headers["X-UiPath-LlmGateway-ApiFlavor"] = api_config.api_flavor
7575
if api_config.api_version is not None:
7676
headers["X-UiPath-LlmGateway-ApiVersion"] = api_config.api_version
77-
if byo_connection_id is not None:
78-
headers["X-UiPath-LlmGateway-ByoIsConnectionId"] = byo_connection_id
77+
if byo_connection_id is not None:
78+
headers["X-UiPath-LlmGateway-ByoIsConnectionId"] = byo_connection_id
7979
return headers
8080

8181

0 commit comments

Comments
 (0)