Skip to content

Commit 28ed59c

Browse files
committed
factory fixes
1 parent e8003ca commit 28ed59c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/uipath_langchain_client/src/uipath_langchain_client

packages/uipath_langchain_client/src/uipath_langchain_client/factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def get_chat_model(
177177
return UiPathChatAnthropic(
178178
model=model_name,
179179
settings=client_settings,
180+
vendor_type=vendor_type,
180181
**model_kwargs,
181182
)
182183
else:

0 commit comments

Comments
 (0)