mirror of
https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git
synced 2026-07-30 03:23:40 +00:00
Add validate_and_coerce_params() that checks required parameters, safely coerces types with error handling, and applies default values. All validation errors are collected and returned at once instead of crashing on the first bad value.