From 4858f85ade8d8b18d31a270545f63da5e5984795 Mon Sep 17 00:00:00 2001 From: mudler Date: Sat, 12 Apr 2025 18:00:58 +0200 Subject: [PATCH] Enable reasoning in some of the tests Signed-off-by: mudler --- core/agent/agent_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/agent/agent_test.go b/core/agent/agent_test.go index b5f6774..7516f26 100644 --- a/core/agent/agent_test.go +++ b/core/agent/agent_test.go @@ -126,6 +126,7 @@ var _ = Describe("Agent test", func() { agent, err := New( WithLLMAPIURL(apiURL), WithModel(testModel), + EnableForceReasoning, WithTimeout("10m"), WithLoopDetectionSteps(3), // WithRandomIdentity(),