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(
|
agent, err := New(
|
||||||
WithLLMAPIURL(apiURL),
|
WithLLMAPIURL(apiURL),
|
||||||
WithModel(testModel),
|
WithModel(testModel),
|
||||||
|
EnableForceReasoning,
|
||||||
WithTimeout("10m"),
|
WithTimeout("10m"),
|
||||||
WithLoopDetectionSteps(3),
|
WithLoopDetectionSteps(3),
|
||||||
// WithRandomIdentity(),
|
// WithRandomIdentity(),
|
||||||
|
|||||||
Reference in New Issue
Block a user