diff options
Diffstat (limited to 'pkg/aflow/flow/patching/patching.go')
| -rw-r--r-- | pkg/aflow/flow/patching/patching.go | 3 |
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", |
