From 601dba3fc4a2cbfeeced02562d786e493f525f5b Mon Sep 17 00:00:00 2001 From: mudler Date: Mon, 14 Apr 2025 16:08:54 +0200 Subject: [PATCH] chore(tests): try to be more expressive Signed-off-by: mudler --- core/agent/agent_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/agent/agent_test.go b/core/agent/agent_test.go index ff201ea..8f00fbc 100644 --- a/core/agent/agent_test.go +++ b/core/agent/agent_test.go @@ -275,7 +275,7 @@ var _ = Describe("Agent test", func() { EnableStandaloneJob, EnableHUD, WithPeriodicRuns("1s"), - WithPermanentGoal("use the new_conversation tool"), + WithPermanentGoal("use the new_conversation tool to initiate a conversation with the user"), // EnableStandaloneJob, // WithRandomIdentity(), )