mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
[GH-ISSUE #12682] feat: Support ReAct #119993
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xlxxcc on GitHub (Apr 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12682
Check Existing Issues
Problem Description
Have you considered supporting ReAct? Paper link: https://arxiv.org/abs/2210.03629
Desired Solution you'd like
Synergizing Reasoning and Acting in Language Models
Alternatives Considered
No response
Additional Context
No response
@rgaricano commented on GitHub (Apr 10, 2025):
it's a 3 years old code, i think that it's been integrated & overpassed,
by the way: They chose a really bad short name!!!
@bgeneto commented on GitHub (Apr 10, 2025):
What do you mean by that? If you want to use ReAct as merely a new prompt technique, then there would be no issues.
However, I struggle to think of a solution for supporting Reason+Act without an API or tools involved. Maybe you can achieve this more advance usage using LiteLLM instead.
@tjbck commented on GitHub (Apr 10, 2025):
It's already supported as "native" tool calling.