mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix: re-enable tool use when sending tool output
This commit is contained in:
@@ -1608,6 +1608,7 @@ async def process_chat_response(
|
|||||||
{
|
{
|
||||||
"model": model_id,
|
"model": model_id,
|
||||||
"stream": True,
|
"stream": True,
|
||||||
|
"tools" : form_data["tools"] ,
|
||||||
"messages": [
|
"messages": [
|
||||||
*form_data["messages"],
|
*form_data["messages"],
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user