Skip to content

Commit fe8b296

Browse files
fix: restore all stage max turns to 30
1 parent 027591b commit fe8b296

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

global-template/docgen/project-template/config/documentation.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"audit": ""
1818
},
1919
"maxTurns": {
20-
"default": 12,
21-
"modelCore": 16,
22-
"modelEnterprise": 16,
23-
"plan": 12,
24-
"generate": 12,
25-
"audit": 10
20+
"default": 30,
21+
"modelCore": 30,
22+
"modelEnterprise": 30,
23+
"plan": 30,
24+
"generate": 30,
25+
"audit": 30
2626
}
2727
},
2828
"budget": {

0 commit comments

Comments
 (0)