Skip to content

Commit ea1a23f

Browse files
committed
Bump max agent steps
1 parent 4d4066d commit ea1a23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/constants/agents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ export const AGENT_NAME_TO_TYPES = Object.entries(AGENT_NAMES).reduce(
9292
{} as Record<string, string[]>,
9393
)
9494

95-
export const MAX_AGENT_STEPS_DEFAULT = 100
95+
export const MAX_AGENT_STEPS_DEFAULT = 150

0 commit comments

Comments
 (0)