chore(ui): clarify effort helper text

This commit is contained in:
777genius 2026-05-16 23:57:42 +03:00
parent 71ad9e53e7
commit eb1b333879

View file

@ -143,7 +143,7 @@ export function getTeamEffortSelectorPresentation(params: {
}): TeamEffortSelectorPresentation { }): TeamEffortSelectorPresentation {
const options = getTeamEffortOptions(params); const options = getTeamEffortOptions(params);
const defaultHelperText = const defaultHelperText =
"Controls how much reasoning the selected provider invests before responding. Default uses the provider's standard behavior for the selected model."; "Controls how much reasoning the selected provider invests before responding. Higher levels can use more tokens. Default uses the provider's standard behavior for the selected model.";
if (params.providerId !== 'anthropic') { if (params.providerId !== 'anthropic') {
return { return {