From a9d6a79219801d2130df3b1a792c57f0e5428e9f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 14 Jan 2026 11:35:20 +0100 Subject: pkg/aflow: allow to specify model per-flow We may want to use a weaker model for some workflows. Allow to use different models for different workflows. --- pkg/aflow/flow/patching/patching.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/aflow/flow/patching/patching.go') diff --git a/pkg/aflow/flow/patching/patching.go b/pkg/aflow/flow/patching/patching.go index ef10f1a2e..766cf089f 100644 --- a/pkg/aflow/flow/patching/patching.go +++ b/pkg/aflow/flow/patching/patching.go @@ -43,6 +43,7 @@ func init() { ai.WorkflowPatching, "generate a kernel patch fixing a provided bug reproducer", &aflow.Flow{ + Model: aflow.BestExpensiveModel, Root: &aflow.Pipeline{ Actions: []aflow.Action{ baseCommitPicker, -- cgit mrf-deployment