Remove focus
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user