yao/engine
Max 36ac190637 Implement Auto-Generation of Member ID in Robot API
- Updated the CreateRobot API to auto-generate the member_id if not provided, enhancing usability and ensuring unique identifiers.
- Revised CreateRobotRequest structure to make member_id optional, aligning with the new auto-generation logic.
- Added a new function for generating unique member IDs with collision detection, ensuring compliance with existing ID patterns.
- Enhanced unit tests to validate the new behavior, ensuring robust error handling and proper ID generation.
- Updated related OpenAPI documentation to reflect changes in request structure and behavior.
2026-01-22 17:31:36 +08:00
..
load.go Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00
load_test.go fix: Enhance loading functions to handle non-existent directories 2025-05-13 09:10:10 +08:00
process.go feat: Update versioning and commit information in Makefile and version command 2025-05-18 16:47:32 +08:00
process_test.go [change] refactor the app engine load func 2023-03-26 15:59:05 +08:00