Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
😞
😐
😃
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
I’m using llama index at the moment, and
I’m using llama index at the moment, and
Inactive
0
Follow
Y
Yack
7 months ago
·
I’m using llama index at the moment, and when using reAct while chatting with the api, sometimes I get a max iterations error. Is there any easy way to increase the iterations without forking? Or is there any other way around this?
L
1 comment
Share
Open in Discord
L
Logan M
7 months ago
theres a param in the constructor (the default is 10, usually if it hits this that might mean the agent is stuck)
Plain Text
Copy
ReActAgent.from_tools(..., max_iterations=10)
Add a reply
Sign up and join the conversation on Discord
Join on Discord