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(llm): handle null response in CustomSSEProcessor
- Remove unnecessary 'hasSuccessRequest' toggle and related code.
- Introduce 'lastParseFailedResponse' to store the failed response.
- Log a detailed error message when a null response is encountered.
- Add a check at the end of the stream to notify the user if no successful parse occurred.
0 commit comments