mirror of
https://github.com/run-llama/llama-cloud-py.git
synced 2026-08-24 10:52:54 -04:00
[PR #36] [MERGED] Pull in ExtractedData type and parsing #38
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/36
Author: @adrianlyjak
Created: 1/19/2026
Status: ✅ Merged
Merged: 1/20/2026
Merged by: @adrianlyjak
Base:
main← Head:adrian/extracted-data📝 Commits (6)
de4047bPull in ExtractedData type and parsing27cda89formatb85c0b3work around type errorscd1f87fremove barrel exportd7a43adpydantic v1 compatf62373dlint ignores for pydantic v1📊 Changes
6 files changed (+1165 additions, -1 deletions)
View changed files
📝
.gitignore(+4 -0)➕
src/llama_cloud/types/beta/extracted_data.py(+495 -0)📝
tests/api_resources/test_parsing.py(+0 -1)➕
tests/data/capacitor.json(+117 -0)➕
tests/types/__init__.py(+1 -0)➕
tests/types/test_extracted_data.py(+548 -0)📄 Description
Copies in the ExtractedData models to the new SDK, for use in llama agents apps.
Somewhat lighter integration. The main API client integration is now untyped, relying on the stainless generated client. Expectation is that the user will manually validate the json
.datamodels to the client side type🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.