[PR #985] [MERGED] feat: add classify to ts sdk #1005

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/985
Author: @AstraBert
Created: 10/20/2025
Status: Merged
Merged: 10/22/2025
Merged by: @AstraBert

Base: mainHead: clelia/add-classify-ts


📝 Commits (4)

  • 703080f feat: add classify to ts sdk
  • 29cee6b ci: changesets
  • dd84466 chore: camelCase for everyone; refactor: slimmer logic for fileContents/filePaths handling
  • e7df0bf chore: implement claude suggestions

📊 Changes

11 files changed (+578 additions, -120 deletions)

View changed files

.changeset/shy-shoes-bow.md (+5 -0)
ts/llama_cloud_services/classify/package.json (+8 -0)
📝 ts/llama_cloud_services/package.json (+13 -1)
ts/llama_cloud_services/src/LlamaClassify.ts (+69 -0)
📝 ts/llama_cloud_services/src/LlamaExtract.ts (+1 -19)
ts/llama_cloud_services/src/classify.ts (+289 -0)
📝 ts/llama_cloud_services/src/extract.ts (+1 -100)
ts/llama_cloud_services/src/fileUpload.ts (+109 -0)
📝 ts/llama_cloud_services/src/index.ts (+6 -0)
📝 ts/llama_cloud_services/src/utils.ts (+22 -0)
📝 ts/llama_cloud_services/tests/integration.test.ts (+55 -0)

📄 Description

As per title :)


🔄 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/llama_cloud_services/pull/985 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/add-classify-ts` --- ### 📝 Commits (4) - [`703080f`](https://github.com/run-llama/llama_cloud_services/commit/703080f677262b18e4f69a6945e22b1701b5a4f3) feat: add classify to ts sdk - [`29cee6b`](https://github.com/run-llama/llama_cloud_services/commit/29cee6b6bdfb07d27ce855a5629c72b3a91c8e8b) ci: changesets - [`dd84466`](https://github.com/run-llama/llama_cloud_services/commit/dd84466f3d4e2d4bab4663c3ffa134cc0e5f79da) chore: camelCase for everyone; refactor: slimmer logic for fileContents/filePaths handling - [`e7df0bf`](https://github.com/run-llama/llama_cloud_services/commit/e7df0bfc466241577e20af7f526b8b2fee126f9e) chore: implement claude suggestions ### 📊 Changes **11 files changed** (+578 additions, -120 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/shy-shoes-bow.md` (+5 -0) ➕ `ts/llama_cloud_services/classify/package.json` (+8 -0) 📝 `ts/llama_cloud_services/package.json` (+13 -1) ➕ `ts/llama_cloud_services/src/LlamaClassify.ts` (+69 -0) 📝 `ts/llama_cloud_services/src/LlamaExtract.ts` (+1 -19) ➕ `ts/llama_cloud_services/src/classify.ts` (+289 -0) 📝 `ts/llama_cloud_services/src/extract.ts` (+1 -100) ➕ `ts/llama_cloud_services/src/fileUpload.ts` (+109 -0) 📝 `ts/llama_cloud_services/src/index.ts` (+6 -0) 📝 `ts/llama_cloud_services/src/utils.ts` (+22 -0) 📝 `ts/llama_cloud_services/tests/integration.test.ts` (+55 -0) </details> ### 📄 Description As per title :) --- <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-16 00:19:49 -05:00
yindo closed this issue 2026-02-16 00:19:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#1005