client
client copied to clipboard
chore: handle all UnhandledMatchErrors
What:
- [X] Bug Fix
- [ ] New Feature
Description:
Our sentry has been logged many times UnhandledMatchError with class ThreadRunStepResponseToolCallsStepDetails.
So this PR try to throw wrapped exception like ThreadRunStreamResponse does for all matches.
Related:
N/A