Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/assets/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ A Python SDK for programmatic interaction with UiPath Cloud Platform services, f
- https://uipath.github.io/uipath-python/core/buckets - Cloud storage buckets
- https://uipath.github.io/uipath-python/core/attachments - File attachments
- https://uipath.github.io/uipath-python/core/actions - Action Center integration
- https://uipath.github.io/uipath-python/core/entities - Data Service integration
- https://uipath.github.io/uipath-python/core/connections - External connections
- https://uipath.github.io/uipath-python/core/documents - Document handling
- https://uipath.github.io/uipath-python/core/documents_models - Document data models
Expand Down
1 change: 1 addition & 0 deletions docs/core/entities_service.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: uipath.platform.entities._entities_service
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ nav:
- Buckets: core/buckets.md
- Connections: core/connections.md
- Context Grounding: core/context_grounding.md
- Data Service: core/entities_service.md
- Documents: core/documents.md
- Jobs: core/jobs.md
- Guardrails: core/guardrails.md
Expand Down
Loading