[PR #237] [MERGED] fix: optional params in file upload API #370

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/237
Author: @thucpn
Created: 8/14/2024
Status: Merged
Merged: 8/15/2024
Merged by: @marcusschiesser

Base: mainHead: fix/optional-params-in-file-upload-api


📝 Commits (2)

  • 1387ca6 fix: optional params in file upload API
  • 4cf765d Create five-maps-arrive.md

📊 Changes

2 files changed (+6 additions, -1 deletions)

View changed files

.changeset/five-maps-arrive.md (+5 -0)
📝 templates/types/streaming/fastapi/app/api/routers/upload.py (+1 -1)

📄 Description

Summary by CodeRabbit

  • New Features
    • The FileUploadRequest class now allows for easier instantiation by defaulting the params attribute to None, simplifying the usage of this class for end-users.
    • Enhanced reliability of file uploads with LlamaCloud, ensuring a smoother and more secure experience for users when uploading private files.

🔄 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/237 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 8/14/2024 **Status:** ✅ Merged **Merged:** 8/15/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `fix/optional-params-in-file-upload-api` --- ### 📝 Commits (2) - [`1387ca6`](https://github.com/run-llama/create-llama/commit/1387ca6ff70d1f71552f3b2cc2dc4c14346b3685) fix: optional params in file upload API - [`4cf765d`](https://github.com/run-llama/create-llama/commit/4cf765d966e6d633142060a6d49302fa07732ee6) Create five-maps-arrive.md ### 📊 Changes **2 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/five-maps-arrive.md` (+5 -0) 📝 `templates/types/streaming/fastapi/app/api/routers/upload.py` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - The `FileUploadRequest` class now allows for easier instantiation by defaulting the `params` attribute to `None`, simplifying the usage of this class for end-users. - Enhanced reliability of file uploads with LlamaCloud, ensuring a smoother and more secure experience for users when uploading private files. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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:17:25 -05:00
yindo closed this issue 2026-02-15 19:17:25 -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#370