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
fix: add type ignore comments for field_validator in feedback tool
Add type: ignore[misc] comments to @field_validator decorators to suppress
mypy warnings about decorator usage with Pydantic v2. This is a cosmetic
fix to improve type checking compatibility.
Changes:
- Added type: ignore[misc] to validate_feedback validator
- Added type: ignore[misc] to validate_account_id validator
- Added type: ignore[misc] to validate_tool_names validator
- Minor formatting improvements for consistency
0 commit comments