fix: re-enable tool use when sending tool output

This commit is contained in:
Samuel 2025-02-13 12:18:21 +00:00
parent 3ac3615ecd
commit 86074cff6c

View File

@ -1608,6 +1608,7 @@ async def process_chat_response(
{
"model": model_id,
"stream": True,
"tools" : form_data["tools"] ,
"messages": [
*form_data["messages"],
{