summaryrefslogtreecommitdiff
path: root/internal/hexailsp/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/hexailsp/run.go')
-rw-r--r--internal/hexailsp/run.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/hexailsp/run.go b/internal/hexailsp/run.go
index 2eee3aa..1beb93a 100644
--- a/internal/hexailsp/run.go
+++ b/internal/hexailsp/run.go
@@ -83,6 +83,8 @@ func RunWithFactory(logPath string, stdin io.Reader, stdout io.Writer, logger *l
WindowLines: cfg.ContextWindowLines,
MaxContextTokens: cfg.MaxContextTokens,
+ CodingTemperature: cfg.CodingTemperature,
+
Client: client,
TriggerCharacters: cfg.TriggerCharacters,
})