feat: change maxSteps to 40

This commit is contained in:
Simon
2026-03-05 19:26:56 +08:00
parent 1cd8a8de60
commit 598b144d06
3 changed files with 3 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ const result = await agent.execute('Fill in the form with test data')`}
{
name: 'maxSteps',
type: 'number',
defaultValue: '20',
defaultValue: '40',
description: isZh ? '每个任务的最大步骤数' : 'Maximum number of steps per task',
},
{