Skip to content

Commit 949b65a

Browse files
committed
fix: increase template uipath-langchain version
1 parent 17f595d commit 949b65a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/chat/test_agenthub_config_default.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
Direct construction of UiPathChat / UiPathChatOpenAI / UiPathAzureChatOpenAI /
44
UiPathChatBedrock / UiPathChatBedrockConverse / UiPathChatAnthropicBedrock /
55
UiPathChatGoogleGenerativeAI / UiPathChatVertex must default
6-
client_settings.agenthub_config to None, so ad-hoc local SDK use isn't
7-
treated as deployed-runtime traffic by AOps governance.
6+
client_settings.agenthub_config to None.
87
9-
The upstream classes (used by chat_model_factory for deployed runtimes)
8+
The upstream classes (used by chat_model_factory for low-code runtime)
109
must keep the upstream library default of "agentsruntime", proving the
1110
local override does not leak globally onto the upstream class.
1211
"""

0 commit comments

Comments
 (0)