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: adapt error message extractor to the new format (#1507)
Recently, I've seen some chatCompletion errors rendered as "[object
Object]". Doing some debugging, I see the returned error object does not
contain `error` or `details` attributes, but `message` (See image
attached).
I've changed the codebase to support this attribute.
<img width="1234" alt="Captura de pantalla 2025-06-02 a las 10 47 49"
src="https://github.com/user-attachments/assets/cceeb418-1a9e-4729-8856-df50ba2224f2"
/>
Co-authored-by: Lucain <[email protected]>
0 commit comments