We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f595d commit 949b65aCopy full SHA for 949b65a
1 file changed
tests/chat/test_agenthub_config_default.py
@@ -3,10 +3,9 @@
3
Direct construction of UiPathChat / UiPathChatOpenAI / UiPathAzureChatOpenAI /
4
UiPathChatBedrock / UiPathChatBedrockConverse / UiPathChatAnthropicBedrock /
5
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.
+client_settings.agenthub_config to None.
8
9
-The upstream classes (used by chat_model_factory for deployed runtimes)
+The upstream classes (used by chat_model_factory for low-code runtime)
10
must keep the upstream library default of "agentsruntime", proving the
11
local override does not leak globally onto the upstream class.
12
"""
0 commit comments