Remove focus

This commit is contained in:
Ettore Di Giacinto
2024-04-05 01:28:31 +02:00
parent 3f6b68a60a
commit 32f4e53242

View File

@@ -186,7 +186,7 @@ var _ = Describe("Agent test", func() {
Expect(agent.State().Goal).To(ContainSubstring("guitar"), fmt.Sprint(agent.State())) Expect(agent.State().Goal).To(ContainSubstring("guitar"), fmt.Sprint(agent.State()))
}) })
FIt("it automatically performs things in the background", func() { It("it automatically performs things in the background", func() {
agent, err := New( agent, err := New(
WithLLMAPIURL(apiModel), WithLLMAPIURL(apiModel),
WithModel(testModel), WithModel(testModel),