[PR #213] [MERGED] integrate tool calls #415

Closed
opened 2026-02-15 16:30:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/213
Author: @joshyan1
Created: 7/16/2024
Status: Merged
Merged: 7/17/2024
Merged by: @joshyan1

Base: mainHead: jyan/tools2


📝 Commits (5)

📊 Changes

5 files changed (+155 additions, -14 deletions)

View changed files

examples/tools/README.md (+3 -0)
examples/tools/main.py (+87 -0)
📝 ollama/_client.py (+9 -13)
📝 ollama/_types.py (+50 -1)
📝 tests/test_client.py (+6 -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-python/pull/213 **Author:** [@joshyan1](https://github.com/joshyan1) **Created:** 7/16/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@joshyan1](https://github.com/joshyan1) **Base:** `main` ← **Head:** `jyan/tools2` --- ### 📝 Commits (5) - [`a2ac3ca`](https://github.com/ollama/ollama-python/commit/a2ac3cab7516c365c78f7843bb292f9b40195b6a) tool calls - [`67c5ea3`](https://github.com/ollama/ollama-python/commit/67c5ea36e847561966a5c1298b22e8d0f23e26fb) removed unneeded toolcall - [`9409f1a`](https://github.com/ollama/ollama-python/commit/9409f1afb2c65d954296c7e04516a6ef0663bb80) rfmt - [`5d121a9`](https://github.com/ollama/ollama-python/commit/5d121a91b9122a3ef60400f05a7e6d0a9ea73fc5) tests - [`4b8c40e`](https://github.com/ollama/ollama-python/commit/4b8c40e638d0390c7b8e1378643e9bc751752c86) tests ### 📊 Changes **5 files changed** (+155 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `examples/tools/README.md` (+3 -0) ➕ `examples/tools/main.py` (+87 -0) 📝 `ollama/_client.py` (+9 -13) 📝 `ollama/_types.py` (+50 -1) 📝 `tests/test_client.py` (+6 -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>
yindo added the pull-request label 2026-02-15 16:30:19 -05:00
yindo closed this issue 2026-02-15 16:30:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#415