Skip to content

fix: forward agenthub_config to upstream factory on new-clients path#835

Merged
radu-mocanu merged 1 commit intomainfrom
feat/forward-agenthub-config
May 8, 2026
Merged

fix: forward agenthub_config to upstream factory on new-clients path#835
radu-mocanu merged 1 commit intomainfrom
feat/forward-agenthub-config

Conversation

@radu-mocanu
Copy link
Copy Markdown
Collaborator

@radu-mocanu radu-mocanu commented May 8, 2026

Summary

  • forward agenthub_config from chat_model_factory.get_chat_model to the upstream uipath_langchain_client.factory.get_chat_model (was silently dropped on the use_new_llm_clients=True path)
  • bump upstream pin to uipath-langchain-client>=1.10.1 so the new kwarg is available

Why

callers that pass agenthub_config to get_chat_model had it silently dropped on the new-clients path. every gateway request shipped the upstream default regardless of the caller's intent.

depends on UiPath/uipath-llm-client-python#75

@radu-mocanu radu-mocanu force-pushed the feat/forward-agenthub-config branch from a789597 to 944e58d Compare May 8, 2026 11:54
@radu-mocanu radu-mocanu merged commit b64e3f1 into main May 8, 2026
44 of 45 checks passed
@radu-mocanu radu-mocanu deleted the feat/forward-agenthub-config branch May 8, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants