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(CursorResponse): enhance id getter to handle missing cursor id
- Updated the id getter to throw an error if the cursor id is missing, ensuring more robust error handling.
- Adjusted the retrieval of cursor id to return 0 when it is null, improving the reliability of cursor operations.
- This change aims to enhance the accuracy of responses by enforcing the presence of a valid cursor id.
0 commit comments