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
This PR was squashed before being merged into the main branch.
Discussion
----------
[Platform] Add automatic enum validation for backed enums
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes
| Docs? | no
| Issues | Fix#492
| License | MIT
Add automatic enum validation for PHP's backed enum types (string and int) without requiring the `#[With]` attribute. This enables tool methods to use enums as parameters with automatic JSON schema generation that includes the enum values for validation.
Commits
-------
5e237d9 [Platform] Add automatic enum validation for backed enums
0 commit comments