Expand description
§File Management Module
Provides comprehensive file management capabilities for the Zhipu AI API. This module handles file uploads, content retrieval, listing, and deletion operations with proper error handling and validation.
§Module Components
content- File content retrieval operationsdelete- File deletion functionalitylist- File listing and enumerationrequest- Request types for file operationsresponse- Response types for file operationsupload- File upload functionality
§Supported Operations
§File Upload
- Upload files to the Zhipu AI storage system
- Support for various file types and formats
- Automatic validation and error handling
§File Management
- List available files with metadata
- Retrieve file content and information
- Delete files when no longer needed
§Usage Examples
Re-exports§
pub use content::*;pub use delete::*;pub use list::*;pub use request::*;pub use response::*;pub use upload::*;