Log in
Log into community
Find answers from the community
Most posts
Powered by
Hall
Home
Members
robint
r
robint
Offline
, last seen 2 months ago
Joined January 13, 2025
Contributions
Comments
Replies
r
robint
2 months ago
·
if i am using ``` agent = ReActAgent.from_tools( [news_tool], llm=llm,verb
@kapa.ai if i am using
Plain Text
Copy
agent = ReActAgent.from_tools( [news_tool], llm=llm,verbose=True, memory=False, max_iterations=30, )
how do I keep running the tool until it has validated that I have 10 results
3 comments
k