aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/flow/assessment/kcsan.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/aflow/flow/assessment/kcsan.go')
-rw-r--r--pkg/aflow/flow/assessment/kcsan.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/aflow/flow/assessment/kcsan.go b/pkg/aflow/flow/assessment/kcsan.go
index 67d695eb9..6bfc7bb12 100644
--- a/pkg/aflow/flow/assessment/kcsan.go
+++ b/pkg/aflow/flow/assessment/kcsan.go
@@ -23,7 +23,6 @@ func init() {
ai.WorkflowAssessmentKCSAN,
"assess if a KCSAN report is about a benign race that only needs annotations or not",
&aflow.Flow{
- Model: aflow.GoodBalancedModel,
Root: &aflow.Pipeline{
Actions: []aflow.Action{
kernel.Checkout,
@@ -31,6 +30,7 @@ func init() {
codesearcher.PrepareIndex,
&aflow.LLMAgent{
Name: "expert",
+ Model: aflow.GoodBalancedModel,
Reply: "Explanation",
Outputs: aflow.LLMOutputs[struct {
Confident bool `jsonschema:"If you are confident in the verdict of the analysis or not."`