mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-09-13 05:45:50 +00:00
- 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.