[PR #663] [MERGED] feat: add tool factory #970

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/LlamaIndexTS/pull/663
Author: @thucpn
Created: 3/22/2024
Status: Merged
Merged: 3/22/2024
Merged by: @marcusschiesser

Base: mainHead: feat/add-tool-factory


📝 Commits (4)

📊 Changes

3 files changed (+39 additions, -0 deletions)

View changed files

.changeset/lemon-windows-fetch.md (+5 -0)
packages/core/src/tools/ToolFactory.ts (+33 -0)
📝 packages/core/src/tools/index.ts (+1 -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/run-llama/LlamaIndexTS/pull/663 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 3/22/2024 **Status:** ✅ Merged **Merged:** 3/22/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `feat/add-tool-factory` --- ### 📝 Commits (4) - [`62afa0a`](https://github.com/run-llama/LlamaIndexTS/commit/62afa0a818e0534492ae4aa6a7629a582de7f28e) feat: add tool factory - [`2f542cf`](https://github.com/run-llama/LlamaIndexTS/commit/2f542cf05829a7d31588919bedba5435ef941477) Create lemon-windows-fetch.md - [`6e2fa20`](https://github.com/run-llama/LlamaIndexTS/commit/6e2fa2075e796a2be7be964882b7c03883b7af18) fix: import wiki - [`526de51`](https://github.com/run-llama/LlamaIndexTS/commit/526de5155fea99a9593a43e4f3705a8610595680) refactor: tool enum ### 📊 Changes **3 files changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/lemon-windows-fetch.md` (+5 -0) ➕ `packages/core/src/tools/ToolFactory.ts` (+33 -0) 📝 `packages/core/src/tools/index.ts` (+1 -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 21:16:06 -05:00
yindo closed this issue 2026-02-15 21:16:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/LlamaIndexTS#970