mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
Merge pull request #9907 from smonux/dev
fix: re-enable tools in native function calls after first invocation
This commit is contained in:
commit
95d56c737d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue