Skip to content

UiPath LLM Client [v1.11.3]

Choose a tag to compare

@github-actions github-actions released this 21 May 08:34
· 5 commits to main since this release
ff7262e

[1.11.3] - 2026-05-21

Added

  • uipath.llm_client.utils.sampling.strip_disabled_fields: eagerly nulls instance attributes whose names appear in disabled_params and whose current values match is_disabled_value. Sibling of strip_disabled_kwargs for the case where vendor SDKs (langchain-anthropic, langchain-aws) read self.<field> rather than per-call **kwargs when building request bodies. Each strip logs a warning that includes the original value so callers can see exactly what was dropped.