Skip to content

Commit 3714367

Browse files
chore(task-tool): clarify available variants per provider in tool description
1 parent 84d21b1 commit 3714367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/tool/task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const parameters = z.object({
3535
.string()
3636
.describe(
3737
"Optional reasoning level / variant to run this subtask at (e.g. 'low', 'medium', 'high', 'xhigh', 'max'). " +
38-
"Valid values depend on the subagent's model (Claude Opus 4.7 exposes all five; OpenAI reasoning models swap 'max' for 'minimal'). " +
38+
"Valid values depend on the subagent's model (Claude Opus 4.7 exposes 'low' / 'medium' / 'high' / 'xhigh' / 'max'; OpenAI reasoning models expose 'none' / 'minimal' / 'low' / 'medium' / 'high' / 'xhigh'). " +
3939
"Omit to use the subagent's configured variant or default reasoning. " +
4040
"Invalid values return an error listing the available variants for the target model.",
4141
)

0 commit comments

Comments
 (0)