ollama/tools
Jeffrey Morgan 6bda1d2479
tools: fix parsing tool calls without any parameters (#11101)
Fixes issue where tool calls that don't expect any parameters were
not being parsed. This also fixes two additional issues: one where
2+ tool calls would not be correctly parsed, and cases where tool calls
with invalid parameters would still get parsed
2025-06-17 10:51:43 -07:00
..
template_test.go tools: loosen tool parsing to allow for more formats (#11030) 2025-06-12 14:18:54 -07:00
template.go tools: loosen tool parsing to allow for more formats (#11030) 2025-06-12 14:18:54 -07:00
tools_test.go tools: fix parsing tool calls without any parameters (#11101) 2025-06-17 10:51:43 -07:00
tools.go tools: fix parsing tool calls without any parameters (#11101) 2025-06-17 10:51:43 -07:00