Enable reasoning in some of the tests
Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
@@ -126,6 +126,7 @@ var _ = Describe("Agent test", func() {
|
||||
agent, err := New(
|
||||
WithLLMAPIURL(apiURL),
|
||||
WithModel(testModel),
|
||||
EnableForceReasoning,
|
||||
WithTimeout("10m"),
|
||||
WithLoopDetectionSteps(3),
|
||||
// WithRandomIdentity(),
|
||||
|
||||
Reference in New Issue
Block a user