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 b15aa7d commit 1c59adcCopy full SHA for 1c59adc
1 file changed
src/uipath_llm_client/httpx_client.py
@@ -74,8 +74,8 @@ def build_routing_headers(
74
headers["X-UiPath-LlmGateway-ApiFlavor"] = api_config.api_flavor
75
if api_config.api_version is not None:
76
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
+ if byo_connection_id is not None:
+ headers["X-UiPath-LlmGateway-ByoIsConnectionId"] = byo_connection_id
79
return headers
80
81
0 commit comments