[PR #14484] [MERGED] model/parsers: add stable tool call indexing for glm47 and qwen3 parsers #14700

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14484
Author: @ParthSareen
Created: 2/27/2026
Status: Merged
Merged: 2/27/2026
Merged by: @ParthSareen

Base: mainHead: parth-fix-toolcall-index-parsers


📝 Commits (1)

  • 6b7a693 model/parsers: add stable tool call indexing for glm47 and qwen3 parsers

📊 Changes

7 files changed (+279 additions, -6 deletions)

View changed files

📝 model/parsers/glm46.go (+7 -3)
📝 model/parsers/glm47.go (+1 -0)
📝 model/parsers/glm47_test.go (+88 -0)
📝 model/parsers/qwen3.go (+4 -0)
📝 model/parsers/qwen3_test.go (+86 -0)
📝 model/parsers/qwen3coder.go (+7 -3)
📝 model/parsers/qwen3coder_test.go (+86 -0)

📄 Description

Adds index tracking for common models


🔄 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/14484 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 2/27/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-fix-toolcall-index-parsers` --- ### 📝 Commits (1) - [`6b7a693`](https://github.com/ollama/ollama/commit/6b7a6930517e2776b116af2f56ea819b128cc85e) model/parsers: add stable tool call indexing for glm47 and qwen3 parsers ### 📊 Changes **7 files changed** (+279 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `model/parsers/glm46.go` (+7 -3) 📝 `model/parsers/glm47.go` (+1 -0) 📝 `model/parsers/glm47_test.go` (+88 -0) 📝 `model/parsers/qwen3.go` (+4 -0) 📝 `model/parsers/qwen3_test.go` (+86 -0) 📝 `model/parsers/qwen3coder.go` (+7 -3) 📝 `model/parsers/qwen3coder_test.go` (+86 -0) </details> ### 📄 Description Adds index tracking for common models --- <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:00:59 -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#14700