[PR #13057] integration: improve tool calling tests for local and cloud models #12789

Open
opened 2025-11-12 17:06:47 -06: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 (2)

  • 450fd17 integration: improve tool calling tests for local and cloud models
  • 6454518 remove comments

📊 Changes

6 files changed (+1139 additions, -34 deletions)

View changed files

📝 go.mod (+5 -0)
📝 go.sum (+12 -0)
📝 integration/README.md (+56 -1)
integration/tools_openai_test.go (+834 -0)
📝 integration/tools_test.go (+215 -17)
📝 integration/utils_test.go (+17 -16)

📄 Description

Adds complex tool calling test matrix for OpenAI compat and native API endpoints


🔄 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 (2) - [`450fd17`](https://github.com/ollama/ollama/commit/450fd177e5266360499764c3d75fa12bd8972116) integration: improve tool calling tests for local and cloud models - [`6454518`](https://github.com/ollama/ollama/commit/645451871f943f23b90c1f1ae0363aef476cb04a) remove comments ### 📊 Changes **6 files changed** (+1139 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+5 -0) 📝 `go.sum` (+12 -0) 📝 `integration/README.md` (+56 -1) ➕ `integration/tools_openai_test.go` (+834 -0) 📝 `integration/tools_test.go` (+215 -17) 📝 `integration/utils_test.go` (+17 -16) </details> ### 📄 Description Adds complex tool calling test matrix for OpenAI compat and native API endpoints --- <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 2025-11-12 17:06:47 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#12789
No description provided.