[PR #15098] [MERGED] parsers: qwen3.5 streaming tool-call parsing and add regression test #15021

Closed
opened 2026-04-13 01:08:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15098
Author: @jmorganca
Created: 3/27/2026
Status: Merged
Merged: 3/27/2026
Merged by: @jmorganca

Base: mainHead: jmorganca/qwen35-toolcall-stream-fix


📝 Commits (2)

  • 9a98b7a Fix qwen3.5 streaming tool-call parsing and add regression test
  • ae874ab model/parsers: add qwen3.5 fakeout streaming test

📊 Changes

2 files changed (+128 additions, -1 deletions)

View changed files

📝 model/parsers/qwen35.go (+1 -1)
📝 model/parsers/qwen35_test.go (+127 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/15098 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 3/27/2026 **Status:** ✅ Merged **Merged:** 3/27/2026 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `jmorganca/qwen35-toolcall-stream-fix` --- ### 📝 Commits (2) - [`9a98b7a`](https://github.com/ollama/ollama/commit/9a98b7a9b9d41ac7d9b8522ddcfa4c4dfe10ffa9) Fix qwen3.5 streaming tool-call parsing and add regression test - [`ae874ab`](https://github.com/ollama/ollama/commit/ae874abfd03be7829d418312db9a035fea3799f8) model/parsers: add qwen3.5 fakeout streaming test ### 📊 Changes **2 files changed** (+128 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `model/parsers/qwen35.go` (+1 -1) 📝 `model/parsers/qwen35_test.go` (+127 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 01:08:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#15021