mirror of
https://github.com/run-llama/llama-cloud-py.git
synced 2026-08-24 10:52:54 -04:00
[PR #43] [MERGED] fix: throw error on empty expand parameter in e2e parse method #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:clelia/throw-error-on-no-expand📝 Commits (1)
02fbe93fix: 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
expandfrom the e2eparsemethod, 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.