-
-
-
-
-
-
-
- Individual agents can override this in the Agents tab.
-
-
-
-
-
- Project default model. Per-agent overrides in the Agents tab.
-
-
-
-
-
-
-
-
-
- Individual agents can override this in the Agents tab.
-
-
-
-
setMaxIterations(e.target.value)}
- placeholder={defaults ? `${defaults.maxIterations} (default)` : 'e.g. 50'}
- />
-
- Safety limit on tool-call iterations per run.
-
+
+
+
+
+
+
+
+
+ Individual agents can override this in the Agents tab.
+
+
+
setMaxIterations(e.target.value)}
+ placeholder={defaults ? `${defaults.maxIterations} (default)` : 'e.g. 50'}
+ />
+
+ Safety limit on tool-call iterations per run.
+
diff --git a/web/src/components/settings/agent-config-form-dialog.tsx b/web/src/components/settings/agent-config-form-dialog.tsx
index 654daab8..e25d1aef 100644
--- a/web/src/components/settings/agent-config-form-dialog.tsx
+++ b/web/src/components/settings/agent-config-form-dialog.tsx
@@ -114,33 +114,6 @@ export function AgentConfigFormDialog({ open, onOpenChange, config }: AgentConfi
required
/>