mirror of
https://github.com/open-webui/open-webui
synced 2025-02-23 05:38:41 +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,
|
"model": model_id,
|
||||||
"stream": True,
|
"stream": True,
|
||||||
|
"tools" : form_data["tools"] ,
|
||||||
"messages": [
|
"messages": [
|
||||||
*form_data["messages"],
|
*form_data["messages"],
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user