Merge pull request #9907 from smonux/dev

fix: re-enable tools in native function calls after first invocation
This commit is contained in:
Timothy Jaeryang Baek 2025-02-13 12:52:47 -08:00 committed by GitHub
commit 95d56c737d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"],
{ {