Commit Graph

1 Commits

Author SHA1 Message Date
Mark Backman
c6c14d5887 Remove error-wrapping overrides and align class docstring
The OpenAI SDK already preserves server error details in typed exceptions
(APIStatusError subclasses), and BaseOpenAILLMService propagates errors
via push_error(). The RuntimeError wrapper was erasing exception types
that callers may want to handle explicitly.
2026-03-23 09:14:31 -04:00