chore(ui): clarify effort helper text
This commit is contained in:
parent
71ad9e53e7
commit
eb1b333879
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ export function getTeamEffortSelectorPresentation(params: {
|
|||
}): TeamEffortSelectorPresentation {
|
||||
const options = getTeamEffortOptions(params);
|
||||
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') {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue