mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-05-06 06:50:49 +00:00
8830ae7010
- Adjusted descriptions in API documentation to clarify paths for uploads, resources, and containers. - Updated data models to use consistent naming conventions (e.g., `isDir` to `is_dir`, `modifiedAt` to `modified_at`). - Changed resource ID types from string to uint64 for better consistency across the application. - Enhanced flow file upload functionality to support batch processing of resource files. - Removed deprecated code related to resource entry responses in tests.