Find answers from the community

r
robint
Offline, last seen 2 months ago
Joined January 13, 2025
@kapa.ai if i am using
Plain Text
     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