chore(tests): try to be more expressive

Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
mudler
2025-04-14 16:08:54 +02:00
parent 00ab476a77
commit 601dba3fc4

View File

@@ -275,7 +275,7 @@ var _ = Describe("Agent test", func() {
EnableStandaloneJob, EnableStandaloneJob,
EnableHUD, EnableHUD,
WithPeriodicRuns("1s"), WithPeriodicRuns("1s"),
WithPermanentGoal("use the new_conversation tool"), WithPermanentGoal("use the new_conversation tool to initiate a conversation with the user"),
// EnableStandaloneJob, // EnableStandaloneJob,
// WithRandomIdentity(), // WithRandomIdentity(),
) )