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: chain exceptions with 'from' in missed raise sites
Follow-up to #2564 which fixed 12 sites. These 4 were missed:
- resources/templates.py: add 'from e' to preserve exception chain
- in_memory_task_store.py: add 'from None' (same type, better message)
- prompts/base.py: add 'from None' and 'from e' to two raise sites
0 commit comments