Skip to content

๐Ÿš€ FastFlowLM v0.9.42 - Tool Calling Reliability Updates

Choose a tag to compare

@github-actions github-actions released this 13 May 16:15
· 224 commits to main since this release
c99e5ae

๐Ÿ› ๏ธ Tool Calling Improvements

๐Ÿ”ง Gemma4 JSON Validation

Added a sanity check for Gemma4 tool-call JSON output to catch malformed responses more reliably.

This should help prevent failures caused by invalid JSON in tool calls.

Thanks to @TatuLund for reporting this issue!

๐Ÿงฐ Qwen3.5 Non-Streaming Tool Calls

Fixed incorrect parsing that could cause Qwen3.5 tool-calling support to fail in non-streaming mode.

๐Ÿงฑ Qwen3.5 Tool-Call Robustness

Enhanced Qwen3.5 tool-call parsing to better handle cases where the model may miss closing tool tags.

This improves robustness for tool-calling workflows and reduces failures caused by incomplete tool-call markup.


๐ŸŒŸ Summary

FastFlowLM v0.9.42 focuses on more reliable tool calling. This release adds Gemma4 JSON sanity checks and improves Qwen3.5 tool-call behavior in both non-streaming and edge-case parsing scenarios.