You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: separate ByomApiFlavor enum, version 1.8.3
Move BYOM discovery flavors to their own ByomApiFlavor enum instead of
mixing them into ApiFlavor. Remove embedding flavors from routing mapping
since they can't be set on embedding classes. Version bump to 1.8.3.
Tested against live BYO_AS discovery endpoint — factory correctly resolves:
- OpenAiChatCompletions → UiPathChatOpenAI
- OpenAiEmbeddings → UiPathOpenAIEmbeddings
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/uipath_langchain_client/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
All notable changes to `uipath_langchain_client` will be documented in this file.
4
4
5
-
## [1.9.0] - 2026-04-16
5
+
## [1.8.3] - 2026-04-16
6
6
7
7
### Added
8
8
- Factory functions (`get_chat_model`, `get_embedding_model`) now automatically resolve BYOM discovery API flavors to the correct client and routing flavor
0 commit comments