We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e325a83 commit c1325dcCopy full SHA for c1325dc
1 file changed
llama_cpp/llama_chat_format.py
@@ -402,7 +402,7 @@ def _stream_response_to_function_stream(
402
"type": "function",
403
"function": {
404
"name": tool_name,
405
- "arguments": "",
+ "arguments": chunk["choices"][0]["text"],
406
},
407
}
408
],
0 commit comments