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 mypy type errors for bind() return type narrowing
Add type ignore comments to resolve mypy errors where super().bind()
returns Runnable[..., BaseMessage] but chat models narrow to AIMessage.
These are safe ignores - the runtime types are correct.
0 commit comments