yao/openapi/agent/robot
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
..
DESIGN.md Enhance Robot API and Store Architecture 2026-01-22 11:08:43 +08:00
detail.go Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00
GAPS.md Enhance Robot API and Store Architecture 2026-01-22 11:08:43 +08:00
list.go Implement Autonomous Mode Filtering in Robot API 2026-01-22 16:14:59 +08:00
permission.go Enhance Robot API with Permission Fields and Status Management 2026-01-22 12:21:44 +08:00
robot.go Enhance Robot API with Permission Fields and Status Management 2026-01-22 12:21:44 +08:00
TODO.md Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00
types.go Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00
utils.go Implement Auto-Generation of Member ID in Robot API 2026-01-22 17:31:36 +08:00