YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

Qwen 3.5 tool calling requires XML

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

Qwen 3.5 tool calling requires XML
OPEN LINK ↗
// 76d agoNEWS

Qwen 3.5 tool calling requires XML

Qwen 3.5 27B's tool-calling failures on local backends like Ollama and OpenClaw are caused by a format mismatch; the model requires specific XML tags rather than the common Hermes JSON schema.

// ANALYSIS

The Qwen 3.5 27B release introduced a major hurdle for the local agent ecosystem by diverging from standard JSON tool-calling formats in favor of a specialized XML-based syntax.

  • **Format Mismatch:** Qwen 3.5 was trained on `<function=name>` XML tags; sending JSON results in the model outputting raw commands as text instead of executing them.
  • **Backend Solutions:** Ollama v0.17.5+ and recent vLLM versions (using the `--tool-call-parser hermes` flag) correctly handle this format translation.
  • **Agent Friction:** Integration frameworks like OpenClaw and Hermes Agent require specific SDK patches to ensure tool definitions are correctly surfaced in the system prompt.
  • **Performance Tweaks:** Users on RTX 3090 setups should prioritize 8k+ context windows and full GPU offloading to maintain reasoning stability during complex tool chains.
// TAGS
qwen3-5-27bqwenllmagentopen-sourceollamaai-codingdevtool

DISCOVERED

76d ago

2026-03-26

PUBLISHED

76d ago

2026-03-26

RELEVANCE

8/ 10

AUTHOR

Suimeileo