[BUG] Error checking stopping condition: 'str' object is not callable
error when using a very, very basic agent.
#559
Labels
bug
Something isn't working
Describe the bug
When using a very basic
Agent
to test functionality, after adding thestopping_condition
as a string to theAgent()
class construction, I see the error shown in the issue title.To Reproduce
This is the
Agent
code:This is how I run it:
Despite a successful run on the first "loop," the agent runs to the maximum loop number because there's no stopping condition.
Upvote & Fund
The text was updated successfully, but these errors were encountered: