[PR #43] [MERGED] fix: throw error on empty expand parameter in e2e parse method #45

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama-cloud-py/pull/43
Author: @AstraBert
Created: 2/3/2026
Status: Merged
Merged: 2/4/2026
Merged by: @logan-markewich

Base: mainHead: clelia/throw-error-on-no-expand


📝 Commits (1)

  • 02fbe93 fix: throw error on empty expand parameter in e2e parse method

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 src/llama_cloud/resources/parsing.py (+4 -0)

📄 Description

As discussed, it makes little sense to allow users to omit expand from the e2e parse method, so we throw an error when that happens


🔄 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-py/pull/43 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `clelia/throw-error-on-no-expand` --- ### 📝 Commits (1) - [`02fbe93`](https://github.com/run-llama/llama-cloud-py/commit/02fbe933b1182ab24811b96d4047033afbd377af) fix: throw error on empty expand parameter in e2e parse method ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/llama_cloud/resources/parsing.py` (+4 -0) </details> ### 📄 Description As discussed, it makes little sense to allow users to omit `expand` from the e2e `parse` method, so we throw an error when that happens --- <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 04:15:49 -05:00
yindo closed this issue 2026-02-16 04:15: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-py#45