You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(validation): add pydantic.validate_call to input and function validation
- Imported `validate_call` from `pydantic`.
- Applied `validate_call(validate_return=True)` to `cast_func` in `RunCommand` to validate input casting functions.
- Applied `validate_call(validate_return=True)` to `func` in `RunCommand` to validate functions for each part.
This update ensures input data and function outputs are validated for correctness during execution.
0 commit comments