aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/flow/patching/patching.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/aflow/flow/patching/patching.go')
-rw-r--r--pkg/aflow/flow/patching/patching.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/aflow/flow/patching/patching.go b/pkg/aflow/flow/patching/patching.go
index ea5780022..a5aba0ccc 100644
--- a/pkg/aflow/flow/patching/patching.go
+++ b/pkg/aflow/flow/patching/patching.go
@@ -78,7 +78,8 @@ func init() {
},
crash.TestPatch, // -> PatchDiff or TestError
),
- While: "TestError",
+ While: "TestError",
+ MaxIterations: 10,
},
&aflow.LLMAgent{
Name: "description-generator",