diff options
Diffstat (limited to 'pkg/aflow/flow/patching/patching.go')
| -rw-r--r-- | pkg/aflow/flow/patching/patching.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/aflow/flow/patching/patching.go b/pkg/aflow/flow/patching/patching.go index 9959e0bdb..37875b307 100644 --- a/pkg/aflow/flow/patching/patching.go +++ b/pkg/aflow/flow/patching/patching.go @@ -36,6 +36,7 @@ type Inputs struct { type Outputs struct { PatchDescription string PatchDiff string + KernelScratchSrc string // it's unused for now, but should be used by codeeditor tool later } func init() { @@ -61,6 +62,7 @@ func init() { Prompt: debuggingPrompt, Tools: tools, }, + kernel.CheckoutScratch, &aflow.LLMAgent{ Name: "diff-generator", Model: aflow.BestExpensiveModel, |
