[PR #13057] integration: improve tool calling tests #14052

Open
opened 2026-04-13 00:43:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13057
Author: @ParthSareen
Created: 11/12/2025
Status: 🔄 Open

Base: mainHead: parth/improve-tool-calling-tests


📝 Commits (5)

📊 Changes

3 files changed (+321 additions, -99 deletions)

View changed files

📝 integration/README.md (+0 -2)
📝 integration/tools_test.go (+304 -81)
📝 integration/utils_test.go (+17 -16)

📄 Description

Adds complex tool calling test matrix for OpenAI compat and native API endpoints. First pass at introducing these. More tests to follow.


🔄 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/13057 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 11/12/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `parth/improve-tool-calling-tests` --- ### 📝 Commits (5) - [`bd834dc`](https://github.com/ollama/ollama/commit/bd834dcbe39cfc75ab211b6e31c75a0c5c105007) integration: improve tool calling tests for local and cloud models - [`aff30cd`](https://github.com/ollama/ollama/commit/aff30cdbc18de8d77bf99b435b214c666ea07663) remove comments - [`00c96ee`](https://github.com/ollama/ollama/commit/00c96eed1f47493d0b9188f691959710cb264644) rm cloud test - [`471cbbe`](https://github.com/ollama/ollama/commit/471cbbe95a51196849cfec45dcba03655e3d90e5) rm - [`0103a3a`](https://github.com/ollama/ollama/commit/0103a3a89be004d16b59ccf9d080f2d26bb1097a) update tests ### 📊 Changes **3 files changed** (+321 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `integration/README.md` (+0 -2) 📝 `integration/tools_test.go` (+304 -81) 📝 `integration/utils_test.go` (+17 -16) </details> ### 📄 Description Adds complex tool calling test matrix for OpenAI compat and native API endpoints. First pass at introducing these. More tests to follow. --- <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:43:30 -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#14052