[PR #10028] [CLOSED] server: enable content streaming with tools #59818

Closed
opened 2026-04-29 14:45:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10028
Author: @ParthSareen
Created: 3/28/2025
Status: Closed

Base: mainHead: parth/server-enable-content-stream-with-tools


📝 Commits (2)

  • 4053c48 server: enable content streaming with tools
  • 3bc9d42 rebase + fix tests

📊 Changes

3 files changed (+171 additions, -34 deletions)

View changed files

📝 server/images.go (+53 -12)
📝 server/model_test.go (+95 -16)
📝 server/routes.go (+23 -6)

📄 Description

Picking up from #9973

TODO:

  • bench to see latency diff on non tool calls
  • failed tool call case - regex on windows 🤯

🔄 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/10028 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 3/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `parth/server-enable-content-stream-with-tools` --- ### 📝 Commits (2) - [`4053c48`](https://github.com/ollama/ollama/commit/4053c489b45432bffd8725f1ca32d6c0a517fa30) server: enable content streaming with tools - [`3bc9d42`](https://github.com/ollama/ollama/commit/3bc9d42e2eff8c8f6f80c886ea2fdbed9adfd76a) rebase + fix tests ### 📊 Changes **3 files changed** (+171 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `server/images.go` (+53 -12) 📝 `server/model_test.go` (+95 -16) 📝 `server/routes.go` (+23 -6) </details> ### 📄 Description Picking up from #9973 TODO: - [ ] bench to see latency diff on non tool calls - [ ] failed tool call case - regex on windows 🤯 --- <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-29 14:45:02 -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#59818