The community member is using the llama index and encountering a max iterations error when using the reAct feature while chatting with the API. They are asking if there is an easy way to increase the iterations without forking the code, or if there is another way around this issue. A comment from another community member suggests that there is a parameter in the constructor to set the max iterations, with the default being 10, and that hitting this limit might mean the agent is stuck.
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?