ollama/model
Bruce MacDonald 1af850e6e3
parsers: repair unclosed arg_value tags in GLM tool calls (#14656)
GLM models sometimes omits </arg_value> closing tags in tool call XML, causing xml.Unmarshal to fail with "element <arg_value> closed by </tool_call>".

This is a known issue across the GLM family.

Sanitize the input to fix closing arg_key values so encoding/xml can handle it.
2026-03-06 14:08:34 -08:00
..
imageproc deepseekocr 2025-11-18 16:11:37 -08:00
input batch: use tensors for outputs (#12185) 2025-09-15 14:33:06 -07:00
models model/qwen3next: avoid crash in in DeltaNet when offloading (#14541) 2026-03-01 18:44:04 -08:00
parsers parsers: repair unclosed arg_value tags in GLM tool calls (#14656) 2026-03-06 14:08:34 -08:00
renderers model: fix renderer and parser for qwen3.5 (#14605) 2026-03-03 20:58:29 -08:00
model.go move tokenizers to separate package (#13825) 2026-02-05 17:44:11 -08:00
model_test.go models: add nemotronh architecture support (#14356) 2026-02-22 15:09:14 -08:00