You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: react agent with custom tool parser n_iters (#184)
# What does this PR do?
- Custom tool_parser on client side is not working correctly with latest
change unifying max_infer_iters.
- This is b/c we output an `end_of_message`
- Temporary is to still keep track of n_iters when we have custom
tool_parser on client, this will not be needed when we move ReAct to
server side.
[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])
## Test Plan
```
python -m examples.agents.react_agent localhost 8321
```
[//]: # (## Documentation)
[//]: # (- [ ] Added a Changelog entry if the change is significant)
0 commit comments