aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/tool/codeexpert/codeexpert.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/aflow/tool/codeexpert/codeexpert.go')
-rw-r--r--pkg/aflow/tool/codeexpert/codeexpert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/aflow/tool/codeexpert/codeexpert.go b/pkg/aflow/tool/codeexpert/codeexpert.go
index 62d9c6f5d..6db5c1711 100644
--- a/pkg/aflow/tool/codeexpert/codeexpert.go
+++ b/pkg/aflow/tool/codeexpert/codeexpert.go
@@ -11,7 +11,7 @@ import (
var Tool = &aflow.LLMTool{
Name: "codeexpert",
Model: aflow.GoodBalancedModel,
- Temperature: 1,
+ TaskType: aflow.FormalReasoningTask,
Description: description,
Instruction: instruction,
Tools: codesearcher.Tools,