[PR #113] [CLOSED] Support uploading file to e2b code interpreter tool #268

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/113
Author: @leehuwuj
Created: 6/5/2024
Status: Closed

Base: mainHead: feat/use-upload-file-for-code-interpreter


📝 Commits (5)

  • 229a11c update code interpreter to support upload file to e2b sandbox
  • 84a5064 add using tempfile for the csv
  • 2220a2e add sandbox file path to the meta
  • e3e2778 add e2b upload file for Nextjs
  • 4fba331 format code and fix missing default EMBEDDING_DIM

📊 Changes

9 files changed (+144 additions, -40 deletions)

View changed files

📝 templates/components/engines/python/agent/tools/__init__.py (+0 -1)
📝 templates/components/engines/python/agent/tools/interpreter.py (+44 -22)
📝 templates/components/engines/typescript/agent/tools/interpreter.ts (+37 -6)
📝 templates/components/vectordbs/python/milvus/vectordb.py (+2 -1)
📝 templates/types/streaming/fastapi/app/api/routers/models.py (+34 -3)
📝 templates/types/streaming/fastapi/app/engine/generate.py (+0 -1)
📝 templates/types/streaming/nextjs/app/api/chat/llamaindex-stream.ts (+15 -5)
📝 templates/types/streaming/nextjs/app/api/chat/stream-helper.ts (+10 -0)
📝 templates/types/streaming/nextjs/package.json (+2 -1)

📄 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/create-llama/pull/113 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 6/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/use-upload-file-for-code-interpreter` --- ### 📝 Commits (5) - [`229a11c`](https://github.com/run-llama/create-llama/commit/229a11c57612e7b04afa6f00feef96023bb009fd) update code interpreter to support upload file to e2b sandbox - [`84a5064`](https://github.com/run-llama/create-llama/commit/84a506402048460af05accf8d275d3cc91ea3e14) add using tempfile for the csv - [`2220a2e`](https://github.com/run-llama/create-llama/commit/2220a2e26186bc4fca64779b39f5ac76a4270574) add sandbox file path to the meta - [`e3e2778`](https://github.com/run-llama/create-llama/commit/e3e277867cd0dda2bc9bf187f73106615ddb16b9) add e2b upload file for Nextjs - [`4fba331`](https://github.com/run-llama/create-llama/commit/4fba331e7655729801ff80415d68468f222939e8) format code and fix missing default EMBEDDING_DIM ### 📊 Changes **9 files changed** (+144 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `templates/components/engines/python/agent/tools/__init__.py` (+0 -1) 📝 `templates/components/engines/python/agent/tools/interpreter.py` (+44 -22) 📝 `templates/components/engines/typescript/agent/tools/interpreter.ts` (+37 -6) 📝 `templates/components/vectordbs/python/milvus/vectordb.py` (+2 -1) 📝 `templates/types/streaming/fastapi/app/api/routers/models.py` (+34 -3) 📝 `templates/types/streaming/fastapi/app/engine/generate.py` (+0 -1) 📝 `templates/types/streaming/nextjs/app/api/chat/llamaindex-stream.ts` (+15 -5) 📝 `templates/types/streaming/nextjs/app/api/chat/stream-helper.ts` (+10 -0) 📝 `templates/types/streaming/nextjs/package.json` (+2 -1) </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 19:16:58 -05:00
yindo closed this issue 2026-02-15 19:16:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#268