Bug fixes and other changes
- Fixed
AttributeErrorwhen node functions have non-Pydantic/dataclass type hints onparams:inputs. The parameter validation framework now correctly skips types it cannot validate.
Documentation changes
- Added documentation for
Optional[Model]support and multi-type union limitations in parameter validation. - Improved Mermaid diagram visibility in dark mode.