mirror of
https://github.com/open-webui/open-webui
synced 2025-02-22 21:32:32 +00:00
fix: re-enable tool use when sending tool output
This commit is contained in:
parent
3ac3615ecd
commit
86074cff6c
@ -1608,6 +1608,7 @@ async def process_chat_response(
|
||||
{
|
||||
"model": model_id,
|
||||
"stream": True,
|
||||
"tools" : form_data["tools"] ,
|
||||
"messages": [
|
||||
*form_data["messages"],
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user