We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4066d commit ea1a23fCopy full SHA for ea1a23f
common/src/constants/agents.ts
@@ -92,4 +92,4 @@ export const AGENT_NAME_TO_TYPES = Object.entries(AGENT_NAMES).reduce(
92
{} as Record<string, string[]>,
93
)
94
95
-export const MAX_AGENT_STEPS_DEFAULT = 100
+export const MAX_AGENT_STEPS_DEFAULT = 150
0 commit comments