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
Feat: add BYOM API flavor constants and resolve them in factories
BYOM models from the discovery endpoint return new PascalCase API flavors
(e.g. OpenAiChatCompletions, GeminiGenerateContent, AwsBedrockConverse).
Add these as constants and automatically resolve them to the correct
routing-level flavors and vendor types so clients are instantiated correctly.
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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
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
6
+
7
+
### Added
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