[PR #13434] [MERGED] openai: add tool call appending to previous assistant message #14207

Closed
opened 2026-04-13 00:48:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13434
Author: @ParthSareen
Created: 12/12/2025
Status: Merged
Merged: 12/12/2025
Merged by: @ParthSareen

Base: mainHead: parth/responses-tool-call-appending


📝 Commits (2)

  • 1f93d57 openai: add tool call appending to previous asst message
  • 51e01ab add tests for thinking appending

📊 Changes

2 files changed (+324 additions, -14 deletions)

View changed files

📝 openai/responses.go (+25 -14)
📝 openai/responses_test.go (+299 -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/13434 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 12/12/2025 **Status:** ✅ Merged **Merged:** 12/12/2025 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth/responses-tool-call-appending` --- ### 📝 Commits (2) - [`1f93d57`](https://github.com/ollama/ollama/commit/1f93d57014210dd49515cccfe4d557ef481da374) openai: add tool call appending to previous asst message - [`51e01ab`](https://github.com/ollama/ollama/commit/51e01ab178ca544d44f5fa83bc0ad8b82df98919) add tests for thinking appending ### 📊 Changes **2 files changed** (+324 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `openai/responses.go` (+25 -14) 📝 `openai/responses_test.go` (+299 -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 00:48:24 -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#14207