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: set default max_tokens, temperature, and max_retries in chat model factory
Restores the historical max_tokens=1000 default from UiPathRequestMixin and
adds temperature=0.0 and max_retries=3 defaults so callers no longer get
underlying-library defaults (which can be wildly inconsistent across vendors,
e.g. Gemini running out of reasoning tokens on small prompts).
Also fixes a dead-code fallback in the legacy path that mapped an unset
max_tokens to 0 instead of a usable default.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments