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
improvement(agent): allow variable references in reasoning effort and verbosity
Reasoning Effort and Verbosity were select-only dropdowns, so a workflow could
not sweep them from a variable or an upstream block the way it already can with
the model. Both become editable comboboxes, matching the model field directly
above them and the managed-agent selectors.
- switch both subblocks to `combobox`, keeping their fetched per-model option
lists intact
- keep them visible when `model` itself holds a reference, since the concrete
model id is only known at execution time and cannot be matched against the
static capability list
- normalize the resolved level in the provider chokepoint so a reference that
resolves to `"High"` or to nothing behaves sanely instead of hitting a
provider 400
0 commit comments