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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.