[PR #12956] [MERGED] Add Tool Call ID #14010

Closed
opened 2026-04-13 00:42:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12956
Author: @gr4ceG
Created: 11/4/2025
Status: Merged
Merged: 11/5/2025
Merged by: @gr4ceG

Base: mainHead: grace/tool-call-id


📝 Commits (5)

📊 Changes

5 files changed (+122 additions, -16 deletions)

View changed files

📝 api/types.go (+6 -4)
📝 openai/openai.go (+1 -11)
📝 openai/openai_test.go (+70 -0)
📝 server/routes.go (+16 -0)
📝 server/routes_generate_test.go (+29 -1)

📄 Description

Helping merge: https://github.com/ollama/ollama/pull/12732


🔄 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/12956 **Author:** [@gr4ceG](https://github.com/gr4ceG) **Created:** 11/4/2025 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@gr4ceG](https://github.com/gr4ceG) **Base:** `main` ← **Head:** `grace/tool-call-id` --- ### 📝 Commits (5) - [`b25403d`](https://github.com/ollama/ollama/commit/b25403dfd76068c64d2831938d9b3fd1a38a50ed) routes/types: add tool call id - [`0098875`](https://github.com/ollama/ollama/commit/00988753ff743bf26117964f6e43f9ebf10bce30) remove slices - [`013f208`](https://github.com/ollama/ollama/commit/013f208710d181a99ec04c123575e95825fe33d3) linter - [`2200880`](https://github.com/ollama/ollama/commit/2200880a41fa454ecda16cdce6582ae3545403ca) update id names - [`1b33689`](https://github.com/ollama/ollama/commit/1b336897a1396612d9a14e9d5ba2b0983845953c) cleanup ### 📊 Changes **5 files changed** (+122 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+6 -4) 📝 `openai/openai.go` (+1 -11) 📝 `openai/openai_test.go` (+70 -0) 📝 `server/routes.go` (+16 -0) 📝 `server/routes_generate_test.go` (+29 -1) </details> ### 📄 Description Helping merge: https://github.com/ollama/ollama/pull/12732 --- <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:42:32 -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#14010