diff --git a/core/agent/options.go b/core/agent/options.go index 2fcdd164..cd3b3b58 100644 --- a/core/agent/options.go +++ b/core/agent/options.go @@ -85,6 +85,7 @@ func defaultOptions() *options { periodicRuns: 15 * time.Minute, maxEvaluationLoops: 2, enableEvaluation: false, + stripThinkingTags: true, LLMAPI: llmOptions{ APIURL: "http://localhost:8080", Model: "gpt-4",